X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=inline;f=shell%2Faliases;h=994b031ee163e3ed9204940a01d01445c2a0f38c;hb=bfb34890215fb6e326e9e7beed5439c3b5a3b72e;hp=3e03942a6e63563e938a87c1a18980a82de3c2b6;hpb=ef21c744d20a11bae968699ed76d66f44b4290c9;p=config%2Fdotfiles.git diff --git a/shell/aliases b/shell/aliases index 3e03942..994b031 100644 --- a/shell/aliases +++ b/shell/aliases @@ -3,12 +3,13 @@ # Shortcuts for often used programs. -alias c='clear' -alias e='elinks' -alias g='git' -alias m='mutt' -alias v='vim' -alias vi='vim' +alias c=clear +alias e=elinks +alias g=git +alias m=mutt +alias p=less # p for pager +alias s=mpc # s for sound, m is already used +alias v=vim # Improved ls which displays the files in columns (-C), visualizes @@ -48,7 +49,7 @@ if [ x$ls_color = xgnu ]; then # Normal ls with colors. elif [ x$ls_color = xcli ]; then ls() { - CLICOLOR_FORCE=1 my_ls $* + CLICOLOR_FORCE=1 my_ls -G $* } # Simple ls with no colors. else