Fix issues

This commit is contained in:
Augusto Gunsch
2020-09-08 21:20:11 -03:00
parent 2f798d64af
commit ae86623acc
4 changed files with 6 additions and 1 deletions

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