mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
init commit
This commit is contained in:
commit
b74b06b2c4
3 changed files with 54 additions and 0 deletions
10
.config/fish/config.fish
Normal file
10
.config/fish/config.fish
Normal 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue