From b1d0c0e10525732b571d172d4198734812d7aef3 Mon Sep 17 00:00:00 2001 From: TCCQ Date: Sat, 14 Sep 2024 09:51:58 -0700 Subject: consolodate bash aliases and cleanup --- .bashrc | 14 -------------- 1 file changed, 14 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 93fa496..2432332 100644 --- a/.bashrc +++ b/.bashrc @@ -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) -- cgit v1.2.3