various
This commit is contained in:
@@ -7,6 +7,11 @@ set fish_greeting
|
||||
|
||||
# ls alias
|
||||
alias ls="ls --hyperlink=auto --color=auto"
|
||||
alias ll="ls -lh"
|
||||
alias la="ls -lha"
|
||||
|
||||
# grep alias
|
||||
alias grep="grep --color=auto"
|
||||
|
||||
# nvim
|
||||
if type -q nvim
|
||||
@@ -28,4 +33,4 @@ if test -d $HOME/.config/fish/post.d
|
||||
source $file
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user