diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -87,15 +87,6 @@ fi # colored GCC warnings and errors #export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' -# some more ls aliases -alias ll='ls -alF' -alias la='ls -A' -alias l='ls -CF' - -# Add an "alert" alias for long running commands. Use like so: -# sleep 10; alert -alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' - # Alias definitions. # You may want to put all your additions into a separate file like # ~/.bash_aliases, instead of adding them here directly. @@ -120,11 +111,6 @@ export WLC_REPEAT_RATE=35 export WLC_REPEAT_DELAY=210 export ALTERNATE_EDITOR="" -alias ecn="emacsclient -n" - -export EDITOR=ecn -export VISUAL=ecn - # I want to be able to toggle ibus languages easily function ibus_toggle { current=$(ibus engine) |
