Compare commits
No commits in common. "1a4a0bbe18ec0af508435cdec5fe5ebfc57813fd" and "d6081419220651e4078aa670a4808292cdd330fe" have entirely different histories.
1a4a0bbe18
...
d608141922
2 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,6 @@ 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,6 +23,8 @@ 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
|
||||||
|
|
||||||
|
@ -118,5 +120,3 @@ 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