bpytop alias
This commit is contained in:
parent
51be9846c1
commit
3125724bf6
1 changed files with 2 additions and 6 deletions
8
.zshrc
8
.zshrc
|
@ -167,10 +167,6 @@ alias lag="la --git-status"
|
||||||
source $(dirname $(gem which colorls))/tab_complete.sh
|
source $(dirname $(gem which colorls))/tab_complete.sh
|
||||||
|
|
||||||
#by es
|
#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
|
## Size of all folders in the current dir
|
||||||
alias dud='du -h --max-depth=1 | sort -h'
|
alias dud='du -h --max-depth=1 | sort -h'
|
||||||
## cd shorter
|
## cd shorter
|
||||||
|
@ -184,10 +180,10 @@ alias mkdir="mkdir -pv"
|
||||||
alias wget="wget -c"
|
alias wget="wget -c"
|
||||||
## get external IP
|
## get external IP
|
||||||
alias myip="curl http://ipecho.net/plain; echo"
|
alias myip="curl http://ipecho.net/plain; echo"
|
||||||
## grep in history
|
|
||||||
alias histg="history | grep"
|
|
||||||
## vim as default editor
|
## vim as default editor
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
##replace htop with bpytop
|
||||||
|
alias htop="bpytop"
|
||||||
##Civili Change between repo and play
|
##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 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"
|
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"
|
||||||
|
|
Loading…
Reference in a new issue