Add alias for GlobalPlatformPro
https://github.com/martinpaljak/GlobalPlatformPro
This commit is contained in:
parent
b7f71215b0
commit
8f44967dd0
@ -19,6 +19,7 @@ alias ta='tmux attach -t C0DE || tmux new -s C0DE'
|
|||||||
alias open='xdg-open'
|
alias open='xdg-open'
|
||||||
alias dmesg='dmesg --color=always | grep -v UFW --color=always'
|
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 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`
|
# Use `shred` if it exists, or just `rm -P`
|
||||||
type "$shred" > /dev/null || alias shred='rm -P'
|
type "$shred" > /dev/null || alias shred='rm -P'
|
||||||
|
Loading…
Reference in New Issue
Block a user