Compare commits
2 commits
d608141922
...
1a4a0bbe18
Author | SHA1 | Date | |
---|---|---|---|
1a4a0bbe18 | |||
232cc64fb2 |
2 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@ alias ip="ip --color=auto"
|
||||||
alias hx="helix"
|
alias hx="helix"
|
||||||
alias sc="shellcheck -x -s bash"
|
alias sc="shellcheck -x -s bash"
|
||||||
alias sctl="systemctl"
|
alias sctl="systemctl"
|
||||||
|
alias sudo="sudo "
|
||||||
|
|
||||||
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
|
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
|
||||||
|
|
||||||
|
|
|
@ -23,8 +23,6 @@ fi
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && exit
|
[[ $- != *i* ]] && exit
|
||||||
|
|
||||||
source $ZDOTDIR/.zaliases
|
|
||||||
|
|
||||||
# Disable bell
|
# Disable bell
|
||||||
unsetopt autocd beep
|
unsetopt autocd beep
|
||||||
|
|
||||||
|
@ -120,3 +118,5 @@ fi
|
||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
source $ZDOTDIR/.zaliases
|
||||||
|
|
Loading…
Reference in a new issue