Add alias for GlobalPlatformPro

https://github.com/martinpaljak/GlobalPlatformPro
This commit is contained in:
c0de 2023-03-27 17:36:39 -05:00
parent b7f71215b0
commit 8f44967dd0
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ alias ta='tmux attach -t C0DE || tmux new -s C0DE'
alias open='xdg-open'
alias dmesg='dmesg --color=always | grep -v UFW --color=always'
alias sudo='sudo ' # So we can use my aliases in sudo - https://askubuntu.com/a/22043
alias gp='java -jar ~/bin/gp.jar -r "ACR1252 Dual Reader PICC"'
# Use `shred` if it exists, or just `rm -P`
type "$shred" > /dev/null || alias shred='rm -P'