Compare commits

...

2 Commits

Author SHA1 Message Date
coolneng 3bfa8383bb
Change emacs light theme to os1 2023-04-25 07:27:26 +02:00
coolneng 88d7f81d1c
Jump to the end of journalctl logs by default 2023-04-25 07:24:52 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ alias vim "nvim"
alias docker-compose "podman-compose"
alias sc "systemctl"
alias scu "systemctl --user"
alias jc "journalctl -u"
alias jcu "journalctl --user -u"
alias jc "journalctl -eu"
alias jcu "journalctl --user -eu"
alias webtorrent "webtorrent -i -o /tmp/webtorrent --mpv --player-args='--sub-auto=all --sub-file-paths=Subs:subs'"
# Additional paths

View File

@ -40,7 +40,7 @@ fi
mode=$1
if [ "$mode" = "light" ]; then
emacsclient --eval "(load-theme 'doom-solarized-light 'no-confirm)"
emacsclient --eval "(load-theme 'os1 'no-confirm)"
change_theme "$DARK_THEME" "$LIGHT_THEME"
recolor_zathura
else