From c372ba18be43a3a254b300f9b9d7071566b933a6 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Tue, 2 Mar 2021 17:54:01 +0100 Subject: [PATCH] zsh: add alias for foundryvtt --- .zshrc.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc.local b/.zshrc.local index 6edb834..e63928e 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -20,6 +20,8 @@ alias lla='ls -al' alias color-picker='grim -g "$(slurp -p)" -t ppm - | convert - -format "%[pixel:p{0,0}]" txt:-' +alias foundryvtt='pushd ~/Games/FoundryVTT && (node resources/app/main.js --dataPath="$HOME/.local/share/FoundryVTT/" && popd) || popd' + # Colors eval `dircolors $HOME/.config/dircolors/dircolors`