unified quoting

This commit is contained in:
Veit Heller
2014-09-13 22:17:08 +02:00
parent 0264943064
commit 9a97a9d82f
2 changed files with 2 additions and 2 deletions

View File

@@ -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*)

2
zshrc
View File

@@ -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(){