Skip to content

Commit

Permalink
add alias for gitui
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillb committed Sep 23, 2024
1 parent c776886 commit 7903bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ alias x='xsel -ib'
alias rs='rsync -hP'
alias encrypt='tar -czO input | gpg -c > output.tar.gpg'
alias decrypt='gpg -d input | tar xzvf -'
alias g='git'
alias g='gitui'
alias tf='terraform'
alias a='ansible'
alias k='kubectl'
Expand Down

0 comments on commit 7903bce

Please sign in to comment.