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 -e GPG_TTY
|
||||||
set -Ux GPG_TTY (tty)
|
set -Ux GPG_TTY (tty)
|
||||||
|
|
||||||
if test -z $EDITOR
|
set -e EDITOR
|
||||||
set -Ux EDITOR es
|
set -Ux EDITOR "emacsclient -"t
|
||||||
end
|
|
||||||
|
|
||||||
if test -z $VISUAL
|
if test -z $VISUAL
|
||||||
set -Ux VISUAL es
|
set -Ux VISUAL emacsclient -t
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -z $GIT_EDITOR
|
if test -z $GIT_EDITOR
|
|
@ -23,10 +23,10 @@
|
||||||
# See: https://fishshell.com/docs/current/commands.html#abbr
|
# See: https://fishshell.com/docs/current/commands.html#abbr
|
||||||
|
|
||||||
if status --is-interactive
|
if status --is-interactive
|
||||||
abbr --add --global l ls
|
abbr --add l ls
|
||||||
abbr --add --global ping ping -c 3 mmk2410.org
|
abbr --add ping ping -c 3 mmk2410.org
|
||||||
abbr --add --global pingtest ping -c 3 mmk2410.org
|
abbr --add pingtest ping -c 3 mmk2410.org
|
||||||
abbr --add --global e eval $EDITOR
|
abbr --add e eval $EDITOR
|
||||||
abbr --add --global g git
|
abbr --add g git
|
||||||
abbr --add --global s sudo
|
abbr --add s sudo
|
||||||
end
|
end
|
Loading…
Reference in a new issue