Skip to content

Commit

Permalink
feat: alias t=task
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdivad committed Apr 10, 2024
1 parent f6f81c9 commit 044193f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bash/shell.bash
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ function __setup_aliases {
alias npm-check-updates='npx npm-check-updates -i'
alias nr='npm run'
alias y=yarn
# go-task
alias t=task

# ask user for input
# e.g. echo $(inp)
Expand Down

0 comments on commit 044193f

Please sign in to comment.