/+ keyringreset

This commit is contained in:
committer@tuxwarrior
2025-04-08 14:55:30 -05:00
parent 7a3fd8b4c3
commit 033a2eccfd

View File

@@ -12,6 +12,7 @@ alias ffind="sudo find / -type f -name"
alias gparted="sudo gparted" alias gparted="sudo gparted"
alias grep='grep --color=auto' alias grep='grep --color=auto'
alias keymap="setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll" alias keymap="setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll"
alias keyringreset="trash-put /home/poq/.local/share/keyrings/*.keyrings"
alias ls='ls --color=auto' alias ls='ls --color=auto'
alias mamapscii='telnet mapscii.me' alias mamapscii='telnet mapscii.me'
alias myip="echo $(wget http://ipinfo.io/ip -qO -)" alias myip="echo $(wget http://ipinfo.io/ip -qO -)"