/ ct s, ct d, ct d+

new short names for parameters, so caretaker software, dots and dots+ can be written that way. removed cts, ctd and ctd+ from bashrc. better using these short names, instead of occupying several commands.
This commit is contained in:
committer@tuxwarrior
2025-03-30 03:12:01 -05:00
parent edd84f6a64
commit 3df806b25c
2 changed files with 8 additions and 8 deletions

View File

@@ -11,9 +11,9 @@ alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias azurevpnclient="/opt/microsoft/microsoft-azurevpnclient/microsoft-azurevpnclient"
alias ct="sudo ct"
alias ct+="sudo ct dots+"
alias ctd="sudo ct dots"
alias cts="sudo ct sw"
#alias ct+="sudo ct dots+"
#alias ctd="sudo ct dots"
#alias cts="sudo ct sw"
alias ffind="sudo find / -type f -name"
alias gparted="sudo gparted"
alias keymap="setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll"