diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index ce7b7bc..07d93e9 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -30,4 +30,4 @@ abbr grp "git remote prune origin" abbr lfs "git lfs install; git lfs fetch; git lfs checkout" abbr ls "eza --icons=auto" abbr topgrade "topgrade; pacman-clean" -abbr run "for i in (seq 100); ./my_program; end" +abbr run "for i in (seq 100); ./program; end" diff --git a/.config/update_theme.sh b/.config/update_theme.sh index 7fc38db..eb85368 100755 --- a/.config/update_theme.sh +++ b/.config/update_theme.sh @@ -73,6 +73,9 @@ main() { # Bat theme sed -i "s/Dracula/Solarized (light)/g" "$HOME"/.config/bat/config + + # Gnome fix theme TODO: Is this necessary? need some research + gsettings set org.gnome.desktop.interface color-scheme 'prefer-light' ;;