Update more dotfiles

This commit is contained in:
Santiago Lo Coco 2024-12-28 17:22:28 +01:00
parent e5b853ce99
commit 43cb0f6755
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,6 @@ alias gss='git status -s'
# Undo commit (https://stackoverflow.com/questions/2845731/how-to-uncommit-my-last-commit-in-git) # Undo commit (https://stackoverflow.com/questions/2845731/how-to-uncommit-my-last-commit-in-git)
alias gundo='git reset --soft HEAD~1' alias gundo='git reset --soft HEAD~1'
alias gck='git checkout' alias gck='git checkout'
alias wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts"
gacp() { gacp() {
git add . git add .

View File

@ -33,6 +33,8 @@ picom &
# Sound configuration # Sound configuration
~/.local/bin/sound & ~/.local/bin/sound &
~/.local/bin/autolock & disown
if [[ -v LAPTOP ]]; then if [[ -v LAPTOP ]]; then
# Enable automatic fan control # Enable automatic fan control
macfanctld macfanctld