chore(zsh): Add in alias sourcing
This commit is contained in:
parent
b50deb52cc
commit
5dad1b0196
1
dot-config/zsh/aliases
Normal file
1
dot-config/zsh/aliases
Normal file
@ -0,0 +1 @@
|
|||||||
|
alias ls='ls --color'
|
@ -31,6 +31,9 @@ setopt hist_find_no_dup
|
|||||||
# Enable autojump
|
# Enable autojump
|
||||||
[[ -s /etc/profile.d/autojump.zsh ]] && source /etc/profile.d/autojump.zsh
|
[[ -s /etc/profile.d/autojump.zsh ]] && source /etc/profile.d/autojump.zsh
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
[[ -s "$ZDOTDIR/aliases" ]] && source "$ZDOTDIR/aliases"
|
||||||
|
|
||||||
# Start starship prompt
|
# Start starship prompt
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user