- ls sorts dirs first
- add gitd

render.py:
- group memory and swap stats with sysload instead of storage
This commit is contained in:
Martinez 2015-12-26 17:44:23 +01:00
parent f8351e033d
commit 92538adfaa
2 changed files with 9 additions and 3 deletions

View file

@ -2,8 +2,8 @@
bindkey -e # editor jako emacs
bindkey ' ' magic-space # mezerník rozbaluje odkazy na historii
alias ls="ls -F --color" # BAREVNÉ soubory
alias l="ls -hl" # bez ll nemá smysl žít
alias ls="ls -F --color --group-directories-first"
alias l="ls -hl"
alias ll="l -a"
alias grep="grep -a --color=auto"
alias pull_website="wget --no-parent --recursive --page-requisites --convert-links --html-extension --no-clobber"
@ -17,6 +17,7 @@ alias gita="git add"
alias gitc="git commit"
alias gitp="git push"
alias gitl="git log"
alias gitd="git diff --word-diff"
alias http-dir="echo "Serving $CWD on 0.0.0.0:55555"; /usr/sbin/thttpd -D -d . -p 55555 -l -"
alias Yvid="youtube-dl --no-check-certificate"
alias Yall="youtube-dl -o \"%(autonumber)s-%(title)s.%(ext)s\""