From 3125724bf67b7bf41fa6a5486cffc509c6100624 Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Sat, 4 Dec 2021 14:56:30 +0100 Subject: [PATCH] bpytop alias --- .zshrc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.zshrc b/.zshrc index ea1a244..0107ef0 100644 --- a/.zshrc +++ b/.zshrc @@ -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"