mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-21 05:06:04 +00:00
refactor: Rearrange aliases to be in place before hooks
This commit is contained in:
parent
ad7c7b7a4e
commit
ceefb8697e
2 changed files with 6 additions and 5 deletions
|
@ -6,12 +6,12 @@ if [ -f "$HOME/.modules" ]; then
|
|||
source $HOME/.modules
|
||||
fi
|
||||
|
||||
# Hook virtual environment modifers
|
||||
source $HOME/.hooks
|
||||
|
||||
# User specific aliases and functions
|
||||
source $HOME/.aliases
|
||||
|
||||
# Hook virtual environment modifers
|
||||
source $HOME/.hooks
|
||||
|
||||
source $HOME/.envvar
|
||||
|
||||
# Make the prompt pretty, just in case we're stuck in bash land
|
||||
|
|
|
@ -52,6 +52,9 @@ antigen theme https://gist.github.com/efde5e8d507bd3e1e046198b69d579f8.git gianu
|
|||
HYPHEN_INSENSITIVE="true"
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
|
||||
alias zshconfig="$EDITOR ~/.zshrc"
|
||||
source $HOME/.aliases
|
||||
|
||||
source $HOME/.hooks
|
||||
|
||||
# Tell Antigen that you're done
|
||||
|
@ -65,8 +68,6 @@ bashcompinit
|
|||
|
||||
source $HOME/.envvar
|
||||
|
||||
alias zshconfig="$EDITOR ~/.zshrc"
|
||||
source $HOME/.aliases
|
||||
|
||||
{{- if eq .chezmoi.os "linux" }}
|
||||
{{ if or
|
||||
|
|
Loading…
Reference in a new issue