git graph shortcut and hyprsunset configuration

This commit is contained in:
Gu://em_ 2026-01-15 20:26:58 +01:00
parent c544e05915
commit 613201760b
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
max-gamma = 150
profile {
time = 8:00
identity = true
}
profile {
time = 21:00
temperature = 5500
gamma = 0.8
}

1
.zshrc
View file

@ -102,6 +102,7 @@ alias ls='eza --icons=automatic --tree --level=1 --follow-symlinks --no-quotes '
alias lsa='ls -a'
alias lsl='eza --icons=automatic --long --header --group -M'
alias tree='ls --level=3'
alias glo='git log --graph --oneline --all --decorate'
# Random stuff
alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'"
alias sshfs="sshfs -o follow_symlinks"