Update SHELL path and bump submodules

- Change SHELL from /bin/fish to /usr/bin/fish (shouldn't make a difference)
- Update doom emacs submodule
- Update doom emacs config submodule
- Update hyprland submodule
This commit is contained in:
Sravan Balaji
2025-04-26 21:20:49 -04:00
parent 0d2d00414d
commit dc297eb38b
7 changed files with 12 additions and 11 deletions

View File

@@ -110,6 +110,7 @@
- [[#wayland][Wayland]]
- [[#winit][Winit]]
- [[#wayland-startup][Wayland Startup]]
- [[#universal-wayland-session-manager][Universal Wayland Session Manager]]
- [[#justfile][Justfile]]
- [[#miscellaneous-scripts][Miscellaneous Scripts]]
- [[#media-control][Media Control]]
@@ -9226,7 +9227,7 @@ Host gitea.sravanbalaji.com
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwm/.xinitrc
export TERM=xterm-256color # Sets the terminal type
export SHELL=/bin/fish # Preferred shell
export SHELL=/usr/bin/fish # Preferred shell
export EDITOR="emacs" # Default editor
export GIT_EDITOR="emacs" # Default git editor
export BROWSER=vivaldi-stable # Web Browser
@@ -9554,7 +9555,7 @@ main $@
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwl/.winitrc
export TERM=xterm-256color # Sets the terminal type
export SHELL=/bin/fish # Preferred shell
export SHELL=/usr/bin/fish # Preferred shell
export EDITOR=emacs # Default editor
export GIT_EDITOR=emacs # Default git editor
export BROWSER=vivaldi-stable # Web Browser
@@ -9703,7 +9704,7 @@ main $@
#+BEGIN_SRC shell :tangle uwsm/.config/uwsm/env
# User Settings
export TERM=xterm-256color # Sets the terminal type
export SHELL=/bin/fish # Preferred shell
export SHELL=/usr/bin/fish # Preferred shell
export EDITOR=emacs # Default editor
export GIT_EDITOR=emacs # Default git editor
export BROWSER=vivaldi-stable # Web Browser

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
export TERM=xterm-256color # Sets the terminal type
export SHELL=/bin/fish # Preferred shell
export EDITOR="emacs" # Default editor
export GIT_EDITOR="emacs" # Default git editor
export SHELL=/usr/bin/fish # Preferred shell
export EDITOR=emacs # Default editor
export GIT_EDITOR=emacs # Default git editor
export BROWSER=vivaldi-stable # Web Browser
export XDG_CONFIG_HOME=$HOME/.config # Set Config directory
export QT_QPA_PLATFORMTHEME=qt6ct # QGtkStyle

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
export TERM=xterm-256color # Sets the terminal type
export SHELL=/bin/fish # Preferred shell
export SHELL=/usr/bin/fish # Preferred shell
export EDITOR="emacs" # Default editor
export GIT_EDITOR="emacs" # Default git editor
export BROWSER=vivaldi-stable # Web Browser

View File

@@ -1,6 +1,6 @@
# User Settings
export TERM=xterm-256color # Sets the terminal type
export SHELL=/bin/fish # Preferred shell
export SHELL=/usr/bin/fish # Preferred shell
export EDITOR=emacs # Default editor
export GIT_EDITOR=emacs # Default git editor
export BROWSER=vivaldi-stable # Web Browser