mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 08:58:44 +00:00
Add ForkLift shortcut
This commit is contained in:
@@ -39,6 +39,8 @@ alias showfiles="defaults write com.apple.finder AppleShowAllFiles YES; killall
|
|||||||
alias hidefiles="defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app"
|
alias hidefiles="defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app"
|
||||||
alias cask="brew cask"
|
alias cask="brew cask"
|
||||||
|
|
||||||
|
alias fl="open -a ForkLift"
|
||||||
|
|
||||||
if [ -f ~/.bash_local_aliases ]; then
|
if [ -f ~/.bash_local_aliases ]; then
|
||||||
. ~/.bash_local_aliases
|
. ~/.bash_local_aliases
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user