Update 3 files
- /home/private_dot_config/shell/aliases.sh.tmpl - /home/dot_bashrc - /home/dot_zshrc
This commit is contained in:
parent
b95b9a8cc6
commit
8f3b4ad308
3 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ if [ "$BASH_SUPPORT" = 'true' ]; then
|
||||||
|
|
||||||
### zoxide
|
### zoxide
|
||||||
if command -v zoxide > /dev/null; then
|
if command -v zoxide > /dev/null; then
|
||||||
eval "$(zoxide init --cmd cd bash)"
|
eval "$(zoxide init --cmd cd bash)" > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Fig
|
### Fig
|
||||||
|
|
|
@ -331,7 +331,7 @@ fi
|
||||||
|
|
||||||
### zoxide
|
### zoxide
|
||||||
if command -v zoxide > /dev/null; then
|
if command -v zoxide > /dev/null; then
|
||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)" > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Fig
|
### Fig
|
||||||
|
|
|
@ -222,7 +222,7 @@ alias vault-dir='find . -type f -printf "%h/\"%f\" " | xargs ansible-vault encry
|
||||||
alias weather='curl -A curl wttr.in'
|
alias weather='curl -A curl wttr.in'
|
||||||
|
|
||||||
# Change .wget-hsts file location
|
# Change .wget-hsts file location
|
||||||
alias wget="wget --hsts-file ~/.config/.wget-hsts"
|
alias wget="wget --hsts-file ~/.local/wget-hsts"
|
||||||
|
|
||||||
### Yarn
|
### Yarn
|
||||||
alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
|
alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
|
||||||
|
|
Loading…
Reference in a new issue