Link aliases to /home/.aliases

This commit is contained in:
Augusto Gunsch 2021-08-23 20:17:06 -03:00
parent cfb75b08bd
commit 9eb9c3b5dd
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
2 changed files with 1 additions and 1 deletions

View File

@ -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 '
# aliases:
source ~/dotfiles/aliases
source ~/.aliases
# reload with .
alias .="source ~/.zshrc"