From 354eeaa8959efa491bc448138a9d368dbcb4693d Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Thu, 21 Aug 2014 11:01:54 +0200 Subject: [PATCH] Removed l option from ls --- bash_profile | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_profile b/bash_profile index 8b3c82f..d315410 100644 --- a/bash_profile +++ b/bash_profile @@ -17,7 +17,7 @@ alias cdg="cd ~/Documents/Code/Github" alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl" alias dud="du -d 1" alias loc="cloc *" -alias ls="ls -la" +alias ls="ls -a" alias sloccount="sloccount --addlang makefile --addlang html --multiproject --duplicates --crossdups --autogen" alias vlc='/Applications/VLC.app/Contents/MacOS/VLC' diff --git a/zshrc b/zshrc index 164fcde..534e805 100644 --- a/zshrc +++ b/zshrc @@ -36,7 +36,7 @@ alias cdg="cd ~/Documents/Code/Github/development" alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl" alias dud="du -d 1" alias loc="cloc *" -alias ls="ls -la" +alias ls="ls -a" alias sloccount="sloccount --addlang makefile --addlang html --multiproject --duplicates --crossdups --autogen" alias vlc='/Applications/VLC.app/Contents/MacOS/VLC' PROMPT="[%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg_no_bold[yellow]%}%1~%{$reset_color%}]\$"