fix home refresh

This commit is contained in:
Chen Asraf
2022-05-22 11:40:58 +03:00
parent b03e9bc98a
commit b3eface347

View File

@@ -123,7 +123,7 @@ home() {
return 0
;;
refresh | rh)
source ./home.sh
source $DOTFILES/home.sh
return 0
;;
install | i)