Change SHELL env var to /bin/fish so it works with /etc/shells

This commit is contained in:
Sravan Balaji
2024-05-27 14:18:33 -04:00
parent 06e143b657
commit e227a5ef97
2 changed files with 2 additions and 2 deletions

View File

@@ -8433,7 +8433,7 @@ Host gitea.sravanbalaji.com
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle x11/.xinitrc
export TERM=xterm-256color # Sets the terminal type
export SHELL=/usr/bin/fish # Preferred shell
export SHELL=/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 @@
#!/usr/bin/env bash
export TERM=xterm-256color # Sets the terminal type
export SHELL=/usr/bin/fish # Preferred shell
export SHELL=/bin/fish # Preferred shell
export EDITOR="emacs" # Default editor
export GIT_EDITOR="emacs" # Default git editor
export BROWSER=vivaldi-stable # Web Browser