zshcd: fixed syntax and autostart

master
Pierre Neidhardt 2013-08-05 00:56:23 +02:00
parent 3a107aeef9
commit 4408def3a3
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ if [ ! -f ~/.zshrc ]; then
exit
fi
if [ ! -f "$(command -v realpath)" ]; then
echo "`realpath' not found. Exiting."
echo "'realpath' not found. Exiting."
exit
fi

2
.zshrc
View File

@ -32,4 +32,4 @@ loadrc alias_rc colors_rc completion_rc funs_rc
loadrc hook
## Browser autostart. See .scripts/browser-autostart
[ -n "$BROWSER_AUTOSTART" ] && browse
[ -n "$BROWSER_AUTOSTART" ] && unset BROWSER_AUTOSTART && browse