Change top alias to use bottom

This commit is contained in:
Tanguy Herbron 2021-01-14 14:49:31 +01:00
parent 6254c3dd6a
commit 198434d60b

4
.zshrc
View File

@ -165,8 +165,8 @@ alias driver='optimus-manager --no-confirm --switch'
# Add an alias to the powerpill wrapper for pacman # Add an alias to the powerpill wrapper for pacman
alias pac='sudo pacman -S' alias pac='sudo pacman -S'
# When opening top, use ytop with CPU core details # When opening top, use bottom
alias top="ytop -p" alias top="btm"
alias gitg='git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"' alias gitg='git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"'