mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 01:03:35 +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"
|
addpath "$DOTBIN"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "~/.local/bin" ]
|
||||||
|
then
|
||||||
|
addpath "~/.local/bin"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Always try to use vi(m) if possible
|
# Always try to use vi(m) if possible
|
||||||
export EDITOR="vi"
|
export EDITOR="vi"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
; Global settings
|
; Global settings
|
||||||
[redshift]
|
[redshift]
|
||||||
temp-day=6500K
|
temp-day=6500K
|
||||||
temp-night=5000
|
temp-night=4500K
|
||||||
transition=1
|
transition=1
|
||||||
;gamma=0.8:0.7:0.8
|
;gamma=0.8:0.7:0.8
|
||||||
gamma=1.000:1.000:1.000
|
gamma=1.000:1.000:1.000
|
||||||
|
|
Loading…
Reference in a new issue