Update dotfiles/.local/aliases, dotfiles/.local/bin/run
This commit is contained in:
parent
99f77d8804
commit
56e3910bf7
2 changed files with 3 additions and 3 deletions
|
@ -69,9 +69,6 @@ alias rclonegui='rclone rcd --rc-web-gui --rc-user=admin --rc-pass=pass --rc-ser
|
|||
# Reboot the computer
|
||||
alias reboot='sudo /sbin/reboot'
|
||||
|
||||
# Local Task alias
|
||||
alias run="task --taskfile $HOME/.local/common/shared/Taskfile.yml"
|
||||
|
||||
# Make rm command verbose
|
||||
alias rm='rm -vi'
|
||||
|
||||
|
|
3
dotfiles/.local/bin/run
Normal file
3
dotfiles/.local/bin/run
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
task --taskfile $HOME/.local/common/shared/Taskfile.yml $@
|
Loading…
Reference in a new issue