mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-21 16:53:33 +01:00
Auto Socks for locksmith + update to PATH
This commit is contained in:
parent
0215c5af79
commit
017de970f8
2 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,11 @@ then
|
|||
addpath "$DOTBIN"
|
||||
fi
|
||||
|
||||
if [ -d "~/.local/bin" ]
|
||||
then
|
||||
addpath "~/.local/bin"
|
||||
fi
|
||||
|
||||
|
||||
# Always try to use vi(m) if possible
|
||||
export EDITOR="vi"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
; Global settings
|
||||
[redshift]
|
||||
temp-day=6500K
|
||||
temp-night=5000
|
||||
temp-night=4500K
|
||||
transition=1
|
||||
;gamma=0.8:0.7:0.8
|
||||
gamma=1.000:1.000:1.000
|
||||
|
|
Loading…
Reference in a new issue