diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-20T15·14+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-20T15·14+0000 |
commit | 57b675078941ebafea6fd0d9aa52851df8c2095b (patch) | |
tree | 95ceb07cb1f08a1993e050735b0d4b26e32baa36 /configs/shared | |
parent | da070adf8ad52920cbf5b74060d1bdc6b2e809e4 (diff) |
Updates broken hardlinks
These are relics from the commit that dropped support for OSX.
Diffstat (limited to 'configs/shared')
-rw-r--r-- | configs/shared/zsh/variables.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |