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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Submodule emacs/.config/doom-emacs updated: 56ce6cc284...303dd28db8
Submodule emacs/.config/doom-emacs-config updated: dae83ddfea...d71a35720f
Submodule hyprland/.config/hypr updated: e24d3b67cc...270618456b
@@ -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
|
||||
|
Reference in New Issue
Block a user