This commit is contained in:
Andrea Mistrali 2016-01-27 10:34:45 +01:00
parent e7b82a16c3
commit 0bd258c806
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -9,6 +9,7 @@
# Determine zsh conf file position. On Debian/Ubuntu is /etc/zsh, on other should be /etc # Determine zsh conf file position. On Debian/Ubuntu is /etc/zsh, on other should be /etc
# #
[ -d /etc/zsh ] && BASE="/etc/zsh" || BASE="/etc" [ -d /etc/zsh ] && BASE="/etc/zsh" || BASE="/etc"
[ -d ~/.zsh ] && BASE=~/.zsh [ -d ~/.zsh ] && BASE=~/.zsh