feat: Ajout alias pour taskwarrior-tui
This commit is contained in:
parent
ce15f00b6f
commit
84ffaf33d2
@ -9,3 +9,8 @@ then
|
||||
alias td='task done'
|
||||
alias ts='task sync'
|
||||
fi
|
||||
|
||||
if (command -v taskwarrior-tui &> /dev/null)
|
||||
then
|
||||
alias tu='taskwarrior-tui'
|
||||
fi
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh
|
||||
|
||||
if [ -f "$HOME"/.bash/profile ]; then source "$HOME"/.bash/profile; fi
|
||||
if [ -d "$HOME"/.bash/profile ]; then for file in "$HOME"/.bash/profile/*; do source "$file"; done; fi
|
||||
if [ -d "$HOME"/.bash/profile.d ]; then for file in "$HOME"/.bash/profile.d/*; do source "$file"; done; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user