From 57b675078941ebafea6fd0d9aa52851df8c2095b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 20 Mar 2019 15:14:43 +0000 Subject: Updates broken hardlinks These are relics from the commit that dropped support for OSX. --- configs/shared/zsh/variables.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/shared/zsh/variables.zsh b/configs/shared/zsh/variables.zsh index 40611805ad8a..6e3a91d6280a 100644 --- a/configs/shared/zsh/variables.zsh +++ b/configs/shared/zsh/variables.zsh @@ -9,9 +9,9 @@ hash -d citc=/google/src/cloud/$USER hash -d doc=~/Documents hash -d d=~/Downloads hash -d ss=~/Pictures/screenshots -hash -d fonts="$DOTFILES/configs/linux/misc/.local/share/fonts" -hash -d sounds="$DOTFILES/configs/linux/misc/.local/share/sounds" -hash -d wallpaper="$DOTFILES/configs/linux/misc/.local/share/wallpaper" +hash -d fonts="$DOTFILES/configs/shared/misc/.local/share/fonts" +hash -d sounds="$DOTFILES/configs/shared/misc/.local/share/sounds" +hash -d wallpaper="$DOTFILES/configs/shared/misc/.local/share/wallpaper" hash -d org="$ORG_DIRECTORY" hash -d x20=/google/data/rw/users/wp/wpcarro # remember: to access x20, you need to run `prodaccess` # named directories for commonly used projects -- cgit 1.4.1