fedora bashrc update

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

View File

@ -47,6 +47,11 @@ alias ga='git add -A' #add all changes to commit
alias gcm='git commit -S -m' #commits to branch and signs the commit with gpg
alias gs='git status' #check git status
alias ga='git add -A'
alias ghr='gh repo'
alias ghrc='gh repo create'
alias ghs='gh status'
alias ghpr='gh pr'
alias dfh='df -h' #disk space
alias dush='du -sh'
alias docker='sudo docker'
@ -59,7 +64,7 @@ alias f='fuck'
alias untar='tar -zxvf' #extract files from archive
alias ipe='curl ipinfo.io/ip' #check external ip address
alias c='clear' #clear terminal
alias words='wc -w' #check word count of a file
alias words='wc -w' #check word count of a file
alias yt='yt-dlp' #download a YT video
alias mp3='yt-dlp -x --audio-format mp3' #grab the mp3 of a YT video
alias eb='clear && exec bash' #reload bash and clear the terminal screen