diff options
Diffstat (limited to 'zsh')
-rwxr-xr-x[-rw-r--r--] | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index 7e93b0a..85d6a4d 100644..100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -6,6 +6,7 @@ PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magent # Load aliasrc and keybindrc source "$XDG_CONFIG_HOME/zsh/aliasrc" +source "$XDG_CONFIG_HOME/zsh/aliasrc.$(hostname)" source "$XDG_CONFIG_HOME/zsh/keybindrc" # lf icons source "$XDG_CONFIG_HOME/zsh/lficons" |