Migrate from .stow-rename to --dotfiles
This commit is contained in:
parent
10d4d5ba86
commit
2d78cda2f5
7 changed files with 0 additions and 1 deletions
4
dot-config/zsh/interactive/task
Normal file
4
dot-config/zsh/interactive/task
Normal file
|
@ -0,0 +1,4 @@
|
|||
#! zsh
|
||||
if [[ -z $RPROMPT ]]; then
|
||||
RPROMPT='$(task progress rc.verbose=nothing rc.gc=0)'
|
||||
fi
|
7
dot-config/zsh/login/task
Normal file
7
dot-config/zsh/login/task
Normal file
|
@ -0,0 +1,7 @@
|
|||
#! zsh
|
||||
if [[ -z $TIMEWARRIORDB ]]; then
|
||||
export TIMEWARRIORDB=$XDG_DATA_HOME/timew
|
||||
fi
|
||||
if [[ -z $VIT_DIR ]]; then
|
||||
export VIT_DIR=$XDG_CONFIG_HOME/vit
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue