Switch Shell from Env Var to Terminal Config
- Don't set SHELL env var to fish, set shell in terminal emulator config
This commit is contained in:
19
README.org
19
README.org
@@ -7143,7 +7143,7 @@ desktop-notifications = true
|
|||||||
**** Main
|
**** Main
|
||||||
|
|
||||||
#+BEGIN_SRC conf :tangle foot/.config/foot/foot.ini
|
#+BEGIN_SRC conf :tangle foot/.config/foot/foot.ini
|
||||||
# shell=$SHELL
|
shell=/usr/bin/fish
|
||||||
term=foot-direct
|
term=foot-direct
|
||||||
login-shell=no
|
login-shell=no
|
||||||
|
|
||||||
@@ -9227,7 +9227,6 @@ Host gitea.sravanbalaji.com
|
|||||||
|
|
||||||
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwm/.xinitrc
|
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwm/.xinitrc
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
export SHELL=/usr/bin/fish # Preferred shell
|
|
||||||
export EDITOR="emacs" # Default editor
|
export EDITOR="emacs" # Default editor
|
||||||
export GIT_EDITOR="emacs" # Default git editor
|
export GIT_EDITOR="emacs" # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
@@ -9555,7 +9554,6 @@ main $@
|
|||||||
|
|
||||||
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwl/.winitrc
|
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwl/.winitrc
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
export SHELL=/usr/bin/fish # Preferred shell
|
|
||||||
export EDITOR=emacs # Default editor
|
export EDITOR=emacs # Default editor
|
||||||
export GIT_EDITOR=emacs # Default git editor
|
export GIT_EDITOR=emacs # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
@@ -9702,14 +9700,6 @@ main $@
|
|||||||
**** All Sessions
|
**** All Sessions
|
||||||
|
|
||||||
#+BEGIN_SRC shell :tangle uwsm/.config/uwsm/env
|
#+BEGIN_SRC shell :tangle uwsm/.config/uwsm/env
|
||||||
# User Settings
|
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
|
||||||
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
|
|
||||||
|
|
||||||
# Theming
|
# Theming
|
||||||
export XCURSOR_SIZE=24
|
export XCURSOR_SIZE=24
|
||||||
|
|
||||||
@@ -9747,6 +9737,13 @@ export AQ_TRACE=0
|
|||||||
export AQ_DRM_DEVICES=/dev/dri/card1:/dev/dri/card0
|
export AQ_DRM_DEVICES=/dev/dri/card1:/dev/dri/card0
|
||||||
export AQ_MGPU_NO_EXPLICIT=0
|
export AQ_MGPU_NO_EXPLICIT=0
|
||||||
export AQ_NO_MODIFIERS=0
|
export AQ_NO_MODIFIERS=0
|
||||||
|
|
||||||
|
# User Settings
|
||||||
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
|
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
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Justfile
|
* Justfile
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
export SHELL=/usr/bin/fish # Preferred shell
|
|
||||||
export EDITOR=emacs # Default editor
|
export EDITOR=emacs # Default editor
|
||||||
export GIT_EDITOR=emacs # Default git editor
|
export GIT_EDITOR=emacs # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
export SHELL=/usr/bin/fish # Preferred shell
|
|
||||||
export EDITOR="emacs" # Default editor
|
export EDITOR="emacs" # Default editor
|
||||||
export GIT_EDITOR="emacs" # Default git editor
|
export GIT_EDITOR="emacs" # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# shell=$SHELL
|
shell=/usr/bin/fish
|
||||||
term=foot-direct
|
term=foot-direct
|
||||||
login-shell=no
|
login-shell=no
|
||||||
|
|
||||||
|
@@ -1,11 +1,3 @@
|
|||||||
# User Settings
|
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
|
||||||
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
|
|
||||||
|
|
||||||
# Theming
|
# Theming
|
||||||
export XCURSOR_SIZE=24
|
export XCURSOR_SIZE=24
|
||||||
|
|
||||||
|
@@ -9,3 +9,10 @@ export AQ_TRACE=0
|
|||||||
export AQ_DRM_DEVICES=/dev/dri/card1:/dev/dri/card0
|
export AQ_DRM_DEVICES=/dev/dri/card1:/dev/dri/card0
|
||||||
export AQ_MGPU_NO_EXPLICIT=0
|
export AQ_MGPU_NO_EXPLICIT=0
|
||||||
export AQ_NO_MODIFIERS=0
|
export AQ_NO_MODIFIERS=0
|
||||||
|
|
||||||
|
# User Settings
|
||||||
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
|
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
|
||||||
|
Reference in New Issue
Block a user