Compare commits
2 Commits
4b967c6dd2
...
0dd992eb2f
Author | SHA1 | Date | |
---|---|---|---|
0dd992eb2f | |||
557e9c690d |
11
config/gammastep/config.ini
Normal file
11
config/gammastep/config.ini
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[general]
|
||||||
|
temp-day=5700
|
||||||
|
temp-night=3500
|
||||||
|
fade=1
|
||||||
|
gamma=0.8
|
||||||
|
location-provider=manual
|
||||||
|
adjustment-method=wayland
|
||||||
|
|
||||||
|
[manual]
|
||||||
|
lat=40.42
|
||||||
|
lon=-79.88
|
4
zshrc
4
zshrc
@ -36,6 +36,10 @@ COMPLETION_WAITING_DOTS="true"
|
|||||||
# much faster.
|
# much faster.
|
||||||
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||||
|
|
||||||
|
if [[ -e "${XDG_RUNTIME_DIR}/ssh-agent.socket" ]]; then
|
||||||
|
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
|
||||||
|
fi
|
||||||
|
|
||||||
path=(
|
path=(
|
||||||
$HOME/.rbenv/shims
|
$HOME/.rbenv/shims
|
||||||
$HOME/.pyenv/shims
|
$HOME/.pyenv/shims
|
||||||
|
Loading…
Reference in New Issue
Block a user