Compare commits

...

2 commits

2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@ alias ip="ip --color=auto"
alias hx="helix"
alias sc="shellcheck -x -s bash"
alias sctl="systemctl"
alias sudo="sudo "
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'

View file

@ -23,8 +23,6 @@ fi
# If not running interactively, don't do anything
[[ $- != *i* ]] && exit
source $ZDOTDIR/.zaliases
# Disable bell
unsetopt autocd beep
@ -120,3 +118,5 @@ fi
eval "$(zoxide init --cmd cd zsh)"
source $ZSH/oh-my-zsh.sh
source $ZDOTDIR/.zaliases