git graph shortcut and hyprsunset configuration
This commit is contained in:
parent
c544e05915
commit
613201760b
2 changed files with 13 additions and 0 deletions
12
.config/hypr/hyprsunset.conf
Normal file
12
.config/hypr/hyprsunset.conf
Normal 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
1
.zshrc
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue