Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Packages
Core
bash
Commits
1debdc59
Commit
1debdc59
authored
Jan 14, 2022
by
Mark Wagie
Browse files
[pkg-upd] 5.1.016-2
- dot.bashrc: disable aliases
parent
7b5fe63d
Changes
2
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
1debdc59
...
...
@@ -104,7 +104,7 @@ package_bashrc-manjaro() {
sha256sums
=(
'cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa'
'SKIP'
'
1f1d9c14b68d69438d671e5010df824acee77dd8111198ecf43ab4f395c644ff
'
'
dc8186a0808a4fc2ffeabafee16cf1ffc946a77426147866b7b35502deafe75e
'
'e149407c2bee17779caec70a7edd3d0000d172e7e4347429b80cb4d55bcec9c2'
'4330edf340394d0dae50afb04ac2a621f106fe67fb634ec81c4bfb98be2a1eb5'
'5fdc20c44bc9058f728d11111327f4dbb5598fec4d948dd5265211598667f9f0'
...
...
dot.bashrc
View file @
1debdc59
...
...
@@ -90,11 +90,11 @@ fi
unset use_color safe_term match_lhs sh
alias cp="cp -i" # confirm before overwriting something
alias df='df -h' # human-readable sizes
alias free='free -m' # show sizes in MB
alias np='nano -w PKGBUILD'
alias more=less
#
alias cp="cp -i" # confirm before overwriting something
#
alias df='df -h' # human-readable sizes
#
alias free='free -m' # show sizes in MB
#
alias np='nano -w PKGBUILD'
#
alias more=less
xhost +local:root > /dev/null 2>&1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment