Ricerca per file disabilitata anche per gli alias.
This commit is contained in:
parent
1b0c9651a0
commit
184c5149fd
2
zshrc
2
zshrc
@ -34,6 +34,6 @@ export ZSH_TMUX_CONFIG=${HOME}/.config/tmux/tmux.conf
|
|||||||
[ -f /etc/profile.d/rvm.sh ] && source /etc/profile.d/rvm.sh
|
[ -f /etc/profile.d/rvm.sh ] && source /etc/profile.d/rvm.sh
|
||||||
|
|
||||||
# Loading additional aliases
|
# Loading additional aliases
|
||||||
for file in `find $DOTFILES/zsh/aliases -type f -iname \*.aliases.zsh -print`; do
|
for file in `find $DOTFILES/zsh/aliases -iname \*.aliases.zsh -print`; do
|
||||||
source $file
|
source $file
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user