This commit is contained in:
2025-08-17 06:11:01 +02:00
parent 272d7b12b2
commit f68a8428f2
17 changed files with 451 additions and 51 deletions

View File

@@ -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