upd and cleanup in root dir, upd. tmux-mem-cpu-load
This commit is contained in:
7
linux/.bash_aliases
Normal file → Executable file
7
linux/.bash_aliases
Normal file → Executable file
@@ -10,9 +10,6 @@ fi
|
||||
|
||||
alias cd..='cd ..'
|
||||
alias mkdir='mkdir -pv'
|
||||
if git --version &> /dev/null; then
|
||||
alias git-root='cd "$(git rev-parse --show-toplevel)"'
|
||||
fi
|
||||
|
||||
if hugo version &> /dev/null; then
|
||||
alias hubu='hugo -v --cleanDestinationDir --gc --minify'
|
||||
@@ -21,3 +18,7 @@ fi
|
||||
if git --version &> /dev/null; then
|
||||
alias git-root='cd "$(git rev-parse --show-toplevel)"'
|
||||
fi
|
||||
|
||||
alias bashrc="vim ~/.bashrc && source ~/.bashrc"
|
||||
|
||||
alias duh='du -h -d 1 | sort -h'
|
||||
Reference in New Issue
Block a user