Link aliases to /home/.aliases
This commit is contained in:
parent
cfb75b08bd
commit
9eb9c3b5dd
|
@ -25,7 +25,7 @@ bindkey "^[[B" history-beginning-search-forward-end
|
||||||
export PROMPT='%B%F{63}[%F{68}%n@%m %F{white}%~%F{63}]$%b%f '
|
export PROMPT='%B%F{63}[%F{68}%n@%m %F{white}%~%F{63}]$%b%f '
|
||||||
|
|
||||||
# aliases:
|
# aliases:
|
||||||
source ~/dotfiles/aliases
|
source ~/.aliases
|
||||||
|
|
||||||
# reload with .
|
# reload with .
|
||||||
alias .="source ~/.zshrc"
|
alias .="source ~/.zshrc"
|
||||||
|
|
Loading…
Reference in New Issue