{bash,zsh}rc: common verbose aliases that have been haunting my .custom

This commit is contained in:
Aminda Suomalainen 2024-05-29 15:26:43 +03:00
parent e4a34dc4f2
commit 6896d9d096
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 16 additions and 2 deletions

View File

@ -271,7 +271,7 @@ export RES_OPTIONS="timeout:2 attempts:2 rotate edns0 trust-ad"
##### Aliases RJ706I #####
# To get sudo work with aliases.
alias sudo="sudo "
alias sudo="\sudo "
# Moving between directories:
alias ..="cd .."
@ -570,6 +570,13 @@ alias ssh-sign-file="ssh-keygen -Y sign -f ~/.ssh/signingkey.pub -n file"
# Anywhere on Earth date, https://en.m.wikipedia.org/wiki/Anywhere_on_Earth
alias aoedate="TZ=Etc/GMT+12 date"
# verbosity to common actions
alias rm="\rm --verbose"
alias ln="\ln --verbose"
alias mkdir="\mkdir --verbose"
alias chattr="\chattr -V"
alias chmod=--"\chmod --verbose"
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

View File

@ -237,7 +237,7 @@ export RES_OPTIONS="timeout:2 attempts:2 rotate edns0 trust-ad"
##### Aliases RJ706I #####
# To get sudo work with aliases.
alias sudo="sudo "
alias sudo="\sudo "
# Moving between directories:
alias ..="cd .."
@ -560,6 +560,13 @@ alias ssh-sign-file="ssh-keygen -Y sign -f ~/.ssh/signingkey.pub -n file"
# Anywhere on Earth date, https://en.m.wikipedia.org/wiki/Anywhere_on_Earth
alias aoedate="TZ=Etc/GMT+12 date"
# verbosity to common actions
alias rm="\rm --verbose"
alias ln="\ln --verbose"
alias mkdir="\mkdir --verbose"
alias chattr="\chattr -V"
alias chmod=--"\chmod --verbose"
# Allow custom aliases to be put in .aliases or .zsh_aliases .
# .aliases