]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.shellrc: only remove .sh_history, not any .*history*
[dotfiles.git] / .shellrc
index d2e56a6702f1a356de72a521bb17f2b94fa45323..0bf59ff5e99ff8aa2d56a5d3bbdd12f9758b3099 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -95,7 +95,7 @@ esac
 
 
 # clear history, clear screen and logout
-#chlo() { cd; unset HISTFILE; rm -f .*history*; clo; }
+#chlo() { cd; unset HISTFILE; rm -f .sh_history; clo; }
 
 
 #Pwd() { pwd | sed "s/.*\/\(.*\)\/\(.*\)\/\(.*\)\/\(.*\)/...\/\2\/\3\/\4/"; }
@@ -122,10 +122,6 @@ x() { exit; }
 X() { startx >> .Xserver.log 2>&1; cyr; }
 
 
-git() {
-   LESS=FRSX"$LESS" command git "$@"
-}
-
 include()
 {
    cfg="$1"
@@ -141,8 +137,6 @@ include()
 }
 
 
-
-
 mc() {
    if [ -n "$SLOWTERM" ]; then
       MC_SLOW="--slow"