diff options
| author | TCCQ <thomasmulmer02@gmail.com> | 2024-09-14 09:51:58 -0700 |
|---|---|---|
| committer | TCCQ <thomasmulmer02@gmail.com> | 2024-09-14 09:51:58 -0700 |
| commit | b1d0c0e10525732b571d172d4198734812d7aef3 (patch) | |
| tree | b028adf45af77367777e8b59a7ad3a68730df733 /.bashrc | |
| parent | 5d20095ffa724b1287c75a0294c48d83e7cc166a (diff) | |
consolodate bash aliases and cleanup
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) |
