mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
zsh: rename .zshalias to .zshlocal
This commit is contained in:
parent
a2266f6e6e
commit
a4aa2e15a5
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ alias k="kubectl"
|
||||||
alias t="tanzu"
|
alias t="tanzu"
|
||||||
alias ll="ls -la"
|
alias ll="ls -la"
|
||||||
|
|
||||||
# Import local aliases from ~/.zshalias, if present
|
# Import local prefs from ~/.zshlocal, if present
|
||||||
if [ -f $HOME/.zshalias ]; then
|
if [ -f $HOME/.zshlocal ]; then
|
||||||
source $HOME/.zshalias
|
source $HOME/.zshlocal
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Shell initializations
|
# Shell initializations
|
||||||
|
|
Loading…
Reference in a new issue