ub-server gh

main
CrimsonTome 2022-05-24 10:55:42 +01:00 committed by Matt Clark
parent 6cd1f64ed8
commit 32be81b6b9
No known key found for this signature in database
GPG Key ID: 8347886807482CDA
1 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,10 @@ alias gs='git status' #check git status
alias ga='git add -A'
alias dfh='df -h' #disk space
alias dush='du -sh'
alias ghr='gh repo'
alias ghrc='gh repo create'
alias ghs='gh status'
alias ghpr='gh pr'
alias untar='tar -zxvf' #extract files from archive
alias ipe='curl ipinfo.io/ip' #check external ip address
alias c='clear' #clear terminal