mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{bash,zsh}rc: common verbose aliases that have been haunting my .custom
This commit is contained in:
parent
e4a34dc4f2
commit
6896d9d096
@ -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
|
||||
|
9
rc/zshrc
9
rc/zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user