fixed device specific configs

This commit is contained in:
Léana 江 2022-12-19 11:52:28 +01:00
parent 1e737ec2cb
commit 052ca19289
5 changed files with 10 additions and 14 deletions

View file

@ -0,0 +1,3 @@
alias rs_launchpad='defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock'
alias ls='ls -l'
alias neofetch='neowofetch'

View file

@ -0,0 +1 @@
starship init fish | source

View file

@ -1,10 +0,0 @@
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