diff --git a/bash_profile b/bash_profile index 3bcdb73..00f0059 100644 --- a/bash_profile +++ b/bash_profile @@ -20,7 +20,7 @@ alias dud="du -d 1" alias loc="cloc *" alias ls="ls -a" alias sloccount="sloccount --addlang makefile --addlang html --multiproject --duplicates --crossdups --autogen" -alias vlc='/Applications/VLC.app/Contents/MacOS/VLC' +alias vlc="/Applications/VLC.app/Contents/MacOS/VLC" case $TERM in screen*) diff --git a/zshrc b/zshrc index 475974b..bcc5e3f 100644 --- a/zshrc +++ b/zshrc @@ -39,7 +39,7 @@ alias dud="du -d 1" alias loc="cloc *" alias ls="ls -a" alias sloccount="sloccount --addlang makefile --addlang html --multiproject --duplicates --crossdups --autogen" -alias vlc='/Applications/VLC.app/Contents/MacOS/VLC' +alias vlc="/Applications/VLC.app/Contents/MacOS/VLC" PROMPT="[%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg_no_bold[yellow]%}%1~%{$reset_color%}]\$" expand-or-complete-with-dots(){