upd and cleanup in root dir, upd. tmux-mem-cpu-load

This commit is contained in:
2025-03-15 13:14:07 +01:00
parent 9b6a3716c0
commit 4bd5a8afd5
52 changed files with 43 additions and 241 deletions
Regular → Executable
+4 -3
View 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'