removed `install' abbreviation, emacsclient now launched in GUI when possible, fixed org title

This commit is contained in:
Phuntsok Drak-pa
2019-11-03 12:43:01 +01:00
parent d285729d66
commit f1d40e2b1c
2 changed files with 6 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ set -gx PATH $HOME/.local/bin $HOME/go/bin $HOME/.cargo/bin $PATH
set -gx SUDO_ASKPASS ~/.local/bin/askpass
set -gx EDITOR emacsclient -c -nw
set -gx EDITOR emacsclient -c
set -gx PKG_CONFIG_PATH /usr/local/lib/pkgconfig/ $PKG_CONFIG_PATH
@@ -42,8 +42,6 @@ abbr psmem10 'ps auxf | sort -nr -k 4 | head -10'
abbr remove 'sudo pacman -Rscnd'
abbr install 'sudo pacman -Sy'
abbr p 'sudo -A pacman'
abbr purge 'yay -Sc'