bashrc upd
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
export HISTSIZE=2000
|
export HISTSIZE=5000
|
||||||
export HISTFILESIZE=2000
|
export HISTFILESIZE=5000
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$PATH
|
||||||
|
|
||||||
colors() {
|
colors() {
|
||||||
@@ -94,6 +94,7 @@ fi
|
|||||||
|
|
||||||
unset use_color safe_term match_lhs sh
|
unset use_color safe_term match_lhs sh
|
||||||
|
|
||||||
|
alias cat='cat -v'
|
||||||
alias cp="cp -i" # confirm before overwriting something
|
alias cp="cp -i" # confirm before overwriting something
|
||||||
alias df='df -h' # human-readable sizes
|
alias df='df -h' # human-readable sizes
|
||||||
alias free='free -m' # show sizes in MB
|
alias free='free -m' # show sizes in MB
|
||||||
@@ -103,7 +104,7 @@ alias ...='cd ../../'
|
|||||||
alias more=less
|
alias more=less
|
||||||
alias mc='. /usr/lib/mc/mc-wrapper.sh'
|
alias mc='. /usr/lib/mc/mc-wrapper.sh'
|
||||||
|
|
||||||
xhost +local:root > /dev/null 2>&1
|
#xhost +local:root > /dev/null 2>&1
|
||||||
|
|
||||||
complete -cf sudo
|
complete -cf sudo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user