switch to powerlevel10k and install misc utilities
This commit is contained in:
@ -109,6 +109,9 @@ alias unix='curl -L http://git.io/unix'
|
||||
alias coffee="curl -L http://git.io/coffee"
|
||||
alias hotcoffee="curl -sL git.io/hotcoffee | sh"
|
||||
alias usernames="python3 $HOME/Code/sherlock/sherlock.py --rank --print-found"
|
||||
alias checken="aspell check -d en"
|
||||
alias checkfr="aspell check -d fr"
|
||||
alias gw='./gradlew'
|
||||
|
||||
# Show/hide hidden files in Finder
|
||||
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
|
||||
|
Reference in New Issue
Block a user