mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
feat: add copilot aliases
This commit is contained in:
10
aliases.sh
10
aliases.sh
@@ -98,6 +98,7 @@ alias hli="hl && hi"
|
||||
alias rh="rhome"
|
||||
alias rt="home rt"
|
||||
alias hst="home status"
|
||||
alias hlg="lg -p \$HOME/.dotfiles"
|
||||
alias hdiff="home git diff"
|
||||
alias hf="home fetch"
|
||||
alias hp="home push"
|
||||
@@ -133,8 +134,13 @@ alias tks="tmux kill-server"
|
||||
alias txp="tx p"
|
||||
alias tls="tx ls -s"
|
||||
|
||||
# copilot
|
||||
alias cos="gh copilot suggest"
|
||||
alias coss="cos -t shell"
|
||||
alias cosg="cos -t git"
|
||||
alias cosh="cos -t gh"
|
||||
alias coe="gh copilot explain"
|
||||
|
||||
# unsorted
|
||||
|
||||
# addalias commands
|
||||
alias hlg="lg -p \$HOME/.dotfiles"
|
||||
alias cos="gh copilot suggest"
|
||||
|
||||
Reference in New Issue
Block a user