diff options
Diffstat (limited to 'shells.org')
-rwxr-xr-x | shells.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -29,7 +29,7 @@ # weather alias weather="curl wttr.in" - alias ls='ls -la' + alias ls='ls -la --color' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' alias logout='pkill -U $USER' @@ -56,6 +56,9 @@ export SHELL export PATH + export EDITOR="emacsclient" + export GIT_EDITOR="emacsclient" + if [[ $- != *i* ]] then |