mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
move aliases after oh-my-zsh
This commit is contained in:
parent
1761866e28
commit
944005a485
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
if [[ -n "$DOTFILES_PATH" ]]; then
|
||||
for script in functions path exports aliases oh-my-zsh widgets theme; do
|
||||
for script in functions path exports oh-my-zsh aliases widgets theme; do
|
||||
source "$DOTFILES_PATH/lib/$script.zsh"
|
||||
source_if_exists "$DOTFILES_PATH/custom/$script.zsh"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue