Skip to content

Commit

Permalink
chore: add copilot related aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Dec 14, 2023
1 parent 919ad3d commit c1788cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ alias now='date +"%T"'
alias nowtime='now'
alias nowdate='date +"%d-%m-%Y"'

# Copilot
alias copilot='gh copilot'
alias gcs='gh copilot suggest'
alias gce='gh copilot explain'

# Can I haz `timeout` ?
hash gtimeout &>/dev/null && alias timeout='gtimeout'

Expand Down

0 comments on commit c1788cf

Please sign in to comment.