zsh: add alias for time tracking
This commit is contained in:
parent
dbb42038bb
commit
b7867ed319
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ alias color-picker='grim -g "$(slurp -p)" -t ppm - | convert - -format "%[pixel:
|
||||||
|
|
||||||
alias foundryvtt='pushd ~/Games/FoundryVTT && (node resources/app/main.js --dataPath="$HOME/.local/share/FoundryVTT/" && popd) || popd'
|
alias foundryvtt='pushd ~/Games/FoundryVTT && (node resources/app/main.js --dataPath="$HOME/.local/share/FoundryVTT/" && popd) || popd'
|
||||||
|
|
||||||
|
alias ts='watson log -dcj | watson2timesheet'
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
eval `dircolors $HOME/.config/dircolors/dircolors`
|
eval `dircolors $HOME/.config/dircolors/dircolors`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue