From c00d8df9d09f7be1b1c828eec1c5f4aca745ddcb Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Thu, 24 Sep 2020 03:45:46 +0200 Subject: [PATCH] zsh: Update dotfile hash --- .config/zsh/plugins/alias.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/plugins/alias.zsh b/.config/zsh/plugins/alias.zsh index 2bd235b..2ac3ebe 100644 --- a/.config/zsh/plugins/alias.zsh +++ b/.config/zsh/plugins/alias.zsh @@ -86,7 +86,7 @@ hash -d Documents=$HOME/Documents/ hash -d Pictures=$HOME/Pictures/ hash -d Downloads=$HOME/Downloads/ hash -d Projects=$HOME/Projects/ -hash -d dot=~Projects/dotfiles/ +hash -d dot=~Projects/github/dotfiles-github/ hash -d dots=~dot local UNI="$HOME/Documents/uni"