Update configs

This commit is contained in:
Tobias Reisinger 2024-04-30 22:57:39 +02:00
parent 34cb04dc6d
commit a6e4ce98f0
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 11 additions and 2 deletions

View file

@ -4,6 +4,10 @@
set -a
#. "/etc/profile"
. "$HOME/.config/user-dirs.dirs"
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
export XDG_CACHE_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
. "$XDG_CONFIG_HOME/locale.conf"
set +a

View file

@ -31,7 +31,7 @@
dt = difftool
dtc = difftool --cached
l = log --graph
lo = log --graph --decorate --oneline --all
lo = log --graph --decorate --pretty='format:%C(auto)%h <%as>%d %s' --abbrev-commit --all
s = status
ignore-io = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"

View file

@ -30,7 +30,12 @@ def init(c):
'ddg': 'https://duckduckgo.com/?q={}',
'kagi': 'https://kagi.com/search?q={}'
}
c.url.start_pages = ['rss.serguzim.me', 'open.spotify.com']
c.url.start_pages = [
'https://rss.serguzim.me/',
'http://homeassistant-33:8123/',
'https://status.serguzim.net/'
'https://open.spotify.com/'
]
c.zoom.mouse_divider = 0