init commit

This commit is contained in:
Léana 江 2022-12-19 11:07:31 +01:00
commit b74b06b2c4
3 changed files with 54 additions and 0 deletions

10
.config/fish/config.fish Normal file
View file

@ -0,0 +1,10 @@
if status is-interactive
# Commands to run in interactive sessions can go here
eval (/opt/homebrew/bin/brew shellenv)
starship init fish | source
alias rs_launchpad='defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock'
alias ls='ls -l'
alias neofetch='neowofetch'
end