zsh: add alias for foundryvtt

This commit is contained in:
Johannes Loher 2021-03-02 17:54:01 +01:00
parent a03f26cf01
commit c372ba18be

View file

@ -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`