Update more dotfiles
This commit is contained in:
parent
e5b853ce99
commit
43cb0f6755
|
@ -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 .
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue