mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fix(nvim): better null registry cutting
This commit is contained in:
parent
98b959b0ff
commit
bf09b7fa7b
4 changed files with 16 additions and 6 deletions
|
|
@ -8,6 +8,10 @@ switch (uname)
|
|||
alias show_desktop='defaults write com.apple.finder CreateDesktop true; killall Finder'
|
||||
alias reset_launchpad='defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock'
|
||||
alias add_spacer_tile='defaults write com.apple.dock persistent-apps -array-add \'{tile-type="small-spacer-tile";}\'; killall Dock'
|
||||
|
||||
# use python3.9 for compatibility
|
||||
alias python3='/opt/homebrew/opt/python@3.9/bin/python3.9'
|
||||
alias pip3='/opt/homebrew/opt/python@3.9/bin/pip3.9'
|
||||
end
|
||||
|
||||
## Git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue