From 1cab46c1d0137b9986b7ac89efa6b8c73be70251 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 1 May 2021 14:08:53 +0300 Subject: [PATCH] Remove unused aliases --- .bash_aliases | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index db090de..85ce873 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -48,14 +48,9 @@ alias be="bundle exec" alias share="python -m SimpleHTTPServer" ##### Mac OS Specific ##### -alias showfiles="defaults write com.apple.finder AppleShowAllFiles YES; 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 fl="open -a ForkLift" if [ -f ~/.bash_local_aliases ]; then . ~/.bash_local_aliases fi - -alias dokku='$HOME/.dokku/contrib/dokku_client.sh'