bpytop alias

This commit is contained in:
Elmar Sönser 2021-12-04 14:56:30 +01:00
parent 51be9846c1
commit 3125724bf6

8
.zshrc
View file

@ -167,10 +167,6 @@ alias lag="la --git-status"
source $(dirname $(gem which colorls))/tab_complete.sh
#by es
##make ls hyperlinks, clickable and coloured
#alias ls='ls --color=auto --hyperlink=auto'
## ll old school
#alias ll='ls -alhF'
## Size of all folders in the current dir
alias dud='du -h --max-depth=1 | sort -h'
## cd shorter
@ -184,10 +180,10 @@ alias mkdir="mkdir -pv"
alias wget="wget -c"
## get external IP
alias myip="curl http://ipecho.net/plain; echo"
## grep in history
alias histg="history | grep"
## vim as default editor
export EDITOR=vim
##replace htop with bpytop
alias htop="bpytop"
##Civili Change between repo and play
alias civrepo="rm -f ~/.local/share/Steam/steamapps/common/Sid\ Meier\'s\ Civilization\ IV\ Beyond\ the\ Sword/Beyond\ the\ Sword/Mods/Better\ Choices && ln -s /home/elmar/.local/share/Steam/steamapps/common/Sid\ Meier\'s\ Civilization\ IV\ Beyond\ the\ Sword/Beyond\ the\ Sword/Mods/Better\ Choices_repo /home/elmar/.local/share/Steam/steamapps/common/Sid\ Meier\'s\ Civilization\ IV\ Beyond\ the\ Sword/Beyond\ the\ Sword/Mods/Better\ Choices"
alias civplay="rm -f ~/.local/share/Steam/steamapps/common/Sid\ Meier\'s\ Civilization\ IV\ Beyond\ the\ Sword/Beyond\ the\ Sword/Mods/Better\ Choices && ln -s /home/elmar/.local/share/Steam/steamapps/common/Sid\ Meier\'s\ Civilization\ IV\ Beyond\ the\ Sword/Beyond\ the\ Sword/Mods/Better\ Choices_play /home/elmar/.local/share/Steam/steamapps/common/Sid\ Meier\'s\ Civilization\ IV\ Beyond\ the\ Sword/Beyond\ the\ Sword/Mods/Better\ Choices"