From 3f18867a5814905be477f99ff9138b133a5c73e6 Mon Sep 17 00:00:00 2001 From: Sebastian Semmler <sebastian@semmler.pro> Date: Tue, 18 Oct 2016 21:54:58 +0200 Subject: [PATCH] Added CLICOLOR and alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 6349822..011ae47 100644 --- a/.zshrc +++ b/.zshrc @@ -25,3 +25,4 @@ alias ls='ls -a' alias zshconfig="mate ~/.zshrc" alias launchpadreset="defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock" alias osxinstaller="sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Install\ OS\ X\ El\ Capitan --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction" +alias ll="ls -lahL" -- GitLab