]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Remove outdated alias ","
authorAlexander Barton <alex@barton.de>
Fri, 18 Apr 2014 12:48:24 +0000 (14:48 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 18 Apr 2014 12:48:24 +0000 (14:48 +0200)
sys/bashrc

index 43358b19fc5dfdb47d8f68f73fdebc564ca7dca5..b65ff999af1d3101596266a03566331fa24e0565 100644 (file)
@@ -13,7 +13,6 @@ BASHRCREAD="true"
 [ "$PS1" ] || return
 
 # Common command aliases (1/2)
-alias ","="clear && logout"
 alias ".."="cd .."
 alias "ls"="ls -F"
 alias "ll"="ls -l"
@@ -157,7 +156,7 @@ type lesspipe >/dev/null 2>&1 \
 type cleanscore >/dev/null 2>&1 \
        && alias slrn="cleanscore -f ~/.slrnscore && slrn"
 
-# Enable color support of ls(1) and also add handy aliases
+# Enable color support of ls(1)
 if [ "$TERM" != "dumb" ]; then
        type dircolors >/dev/null 2>&1 && eval `dircolors -b`
        ls --color / >/dev/null 2>&1