Skip to content

Commit cce2444

Browse files
committed
Add alias for my watch script
1 parent c80ba02 commit cce2444

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/shared/home-manager.nix

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ let name = "Dustin Lyons";
6767
# PHP Deployer
6868
alias deploy='dep deploy'
6969
70+
alias watch="tmux new-session -d -s watch-session 'bash ./bin/watch.sh'"
71+
alias unwatch='tmux kill-session -t watch-session'
72+
7073
# Use difftastic, syntax-aware diffing
7174
alias diff=difft
7275

0 commit comments

Comments
 (0)