Fish: sorted config files
This commit is contained in:
parent
ba331172c7
commit
d3430030e9
7 changed files with 9 additions and 10 deletions
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue