Skip to content
Snippets Groups Projects
Commit 826b9558 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Set SHELL to zsh so 'sudo -s' works as expected

parent 4c702558
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@
test "x$HOSTNAME" = "x" && HOSTNAME=$(hostname)
export HOSTNAME
test "x$VISUAL" = "x" && VISUAL=vim
export VISUAL
export VISUAL=vim
export SHELL=/bin/zsh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment