fish: add abbreviations
This commit is contained in:
parent
04d0c98953
commit
f5475905c8
@ -38,9 +38,12 @@ set -g __fish_git_prompt_color_stashstate cyan
|
|||||||
set -g __fish_git_prompt_color_untrackedfiles cyan
|
set -g __fish_git_prompt_color_untrackedfiles cyan
|
||||||
set -g __fish_git_prompt_color_upstream yellow
|
set -g __fish_git_prompt_color_upstream yellow
|
||||||
|
|
||||||
|
# Abbreviations
|
||||||
|
abbr -a -g d docker
|
||||||
|
abbr -a -g vi nvim
|
||||||
|
abbr -a -g vim nvim
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias vi='nvim'
|
|
||||||
alias vim='nvim'
|
|
||||||
alias which='command -s'
|
alias which='command -s'
|
||||||
function ..; cd ..; end
|
function ..; cd ..; end
|
||||||
function ...; cd ../..; end
|
function ...; cd ../..; end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user