diff options
author | David Phillips <david@yeah.nah.nz> | 2019-03-31 22:10:57 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2019-03-31 22:11:31 +1300 |
commit | 1840e5f0c52c60f6efbbc550793aa4894f4b89f4 (patch) | |
tree | 038684a76adf3c5b1912e170ee9168349889b607 /zshrc | |
parent | de06c57886c70a5d55e1a5ac80033566705aaf1d (diff) | |
download | dotfiles-1840e5f0c52c60f6efbbc550793aa4894f4b89f4.tar.xz |
zshrc: Make zsh-specific aliases optional
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ RPROMPT='[%?] %w %t' source /usr/share/git/completion/git-prompt.sh source ~/.environment source ~/.aliases -source ~/.aliases.zsh +[ -f ~/.aliases.sh ] && source ~/.aliases.zsh echo Running $(uname) $(uname -r) on $(uname -n) \($(uname -m)\) |