Fish: sorted config files

This commit is contained in:
Marcel Kapfer 2019-04-06 07:45:49 +02:00
parent ba331172c7
commit d3430030e9
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
7 changed files with 9 additions and 10 deletions

View File

@ -23,12 +23,11 @@ set -x ARCHFLAGS -arch_x86_64
set -e GPG_TTY
set -Ux GPG_TTY (tty)
if test -z $EDITOR
set -Ux EDITOR es
end
set -e EDITOR
set -Ux EDITOR "emacsclient -"t
if test -z $VISUAL
set -Ux VISUAL es
set -Ux VISUAL emacsclient -t
end
if test -z $GIT_EDITOR

View File

@ -23,10 +23,10 @@
# See: https://fishshell.com/docs/current/commands.html#abbr
if status --is-interactive
abbr --add --global l ls
abbr --add --global ping ping -c 3 mmk2410.org
abbr --add --global pingtest ping -c 3 mmk2410.org
abbr --add --global e eval $EDITOR
abbr --add --global g git
abbr --add --global s sudo
abbr --add l ls
abbr --add ping ping -c 3 mmk2410.org
abbr --add pingtest ping -c 3 mmk2410.org
abbr --add e eval $EDITOR
abbr --add g git
abbr --add s sudo
end