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

Make sure we export HOSTNAME too

parent 97133f65
No related branches found
No related tags found
No related merge requests found
# Useful variables for our ZSH environment # Useful variables for our ZSH environment
test "x$HOSTNAME" = "x" && HOSTNAME=$(hostname) test "x$HOSTNAME" = "x" && export HOSTNAME=$(hostname)
export VISUAL=/usr/bin/vim export VISUAL=/usr/bin/vim
export EDITOR=/usr/bin/vim export EDITOR=/usr/bin/vim
......
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