Compare commits

...

2 Commits

2 changed files with 8 additions and 0 deletions

5
apply-secret-dotfiles Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env nix-shell
#! nix-shell -p stow envsubst -i bash
envsubst -i taskwarrior/.taskrc.envsubst.template -o taskwarrior/.taskrc
stow taskwarrior

View File

@ -9,6 +9,9 @@ export __PROFILE_SOURCED=1
# Prepend ~/.local/bin to the path and append the current directory to the path
export PATH="$HOME/.local/bin:$PATH:."
# Add a local terminfo cache for dealing with shenanigans
export TERMINFO_DIRS="$HOME/.local/share/terminfo:$TERMINFO_DIRS"
#{- ENVIRONMENT VARIABLES -}#
# Export language and sorting preferences.