zsh: add alias for foundryvtt
This commit is contained in:
parent
a03f26cf01
commit
c372ba18be
1 changed files with 2 additions and 0 deletions
|
@ -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 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
|
# Colors
|
||||||
eval `dircolors $HOME/.config/dircolors/dircolors`
|
eval `dircolors $HOME/.config/dircolors/dircolors`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue