mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +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 ll="ls -la"
|
||||
|
||||
# Import local aliases from ~/.zshalias, if present
|
||||
if [ -f $HOME/.zshalias ]; then
|
||||
source $HOME/.zshalias
|
||||
# Import local prefs from ~/.zshlocal, if present
|
||||
if [ -f $HOME/.zshlocal ]; then
|
||||
source $HOME/.zshlocal
|
||||
fi
|
||||
|
||||
# Shell initializations
|
||||
|
|
Loading…
Reference in a new issue