Change SHELL env var to /bin/fish
so it works with /etc/shells
This commit is contained in:
@@ -8433,7 +8433,7 @@ Host gitea.sravanbalaji.com
|
|||||||
|
|
||||||
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle x11/.xinitrc
|
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle x11/.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 SHELL=/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,6 @@
|
|||||||
#!/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 SHELL=/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
|
||||||
|
Reference in New Issue
Block a user