Compare commits
2 Commits
13fa3b9b0a
...
8963a8d66e
| Author | SHA1 | Date | |
|---|---|---|---|
| 8963a8d66e | |||
| 95d46dd463 |
5
apply-secret-dotfiles
Normal file
5
apply-secret-dotfiles
Normal 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
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user