]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: remove clo aliases - clear is called in .logout
authorOleg Broytman <phd@phdru.name>
Fri, 16 Sep 2016 20:36:15 +0000 (23:36 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 16 Sep 2016 20:36:15 +0000 (23:36 +0300)
.shellrc

index aa12a31e36478fe7308f53f0c4db3f63626d928b..a11597f3a8c24ba0bec7cdce8b132f1ec8b2d4b2 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -68,7 +68,6 @@ if test -n "$BASH_VERSION"; then
    [ "`type -t mc`" = alias ] && unalias mc
 
    back() { cd - "$@"; }
-   clo() { clear; logout; }
    functions() { typeset -f "$@"; }
    j() { jobs; }
 
@@ -156,16 +155,11 @@ if test -n "$BASH_VERSION"; then
 
 elif test -n "$KSH_VERSION" -o -n "$FCEDIT"; then
    back() { cd - "$@"; }
-   clo() { clear; exit; }
    j() { jobs; }
-
-else
-   clo() { clear; exit; }
 fi
 
 
 # clear history, clear screen and logout
-#chlo() { cd; unset HISTFILE; rm -f .sh_history; history -c; clo; }
 
 
 #Pwd() { pwd | sed "s/.*\/\(.*\)\/\(.*\)\/\(.*\)\/\(.*\)/...\/\2\/\3\/\4/"; }
@@ -190,6 +184,7 @@ KillAll() {
       kill "$1" `pidOf "$2"`
    fi
 }
+#chlo() { cd; unset HISTFILE; rm -f .sh_history; history -c; clear; logout || exit; }
 
 
 if test -x /usr/bin/git >/dev/null 2>&1; then