diff --git a/dotfiles/.config/zsh/.zshrc_aliases b/dotfiles/.config/zsh/.zshrc_aliases index dc68405..06235fd 100644 --- a/dotfiles/.config/zsh/.zshrc_aliases +++ b/dotfiles/.config/zsh/.zshrc_aliases @@ -25,7 +25,6 @@ alias gss='git status -s' # Undo commit (https://stackoverflow.com/questions/2845731/how-to-uncommit-my-last-commit-in-git) alias gundo='git reset --soft HEAD~1' alias gck='git checkout' -alias wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts" gacp() { git add . diff --git a/dotfiles/.xprofile b/dotfiles/.xprofile index 7ce8844..4cd164a 100644 --- a/dotfiles/.xprofile +++ b/dotfiles/.xprofile @@ -33,6 +33,8 @@ picom & # Sound configuration ~/.local/bin/sound & +~/.local/bin/autolock & disown + if [[ -v LAPTOP ]]; then # Enable automatic fan control macfanctld