Skip to content

Commit

Permalink
ANTIUM UPDATE!
Browse files Browse the repository at this point in the history
  • Loading branch information
VivaCaligula committed Sep 23, 2017
1 parent 9d40bad commit d3ee6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .zshrcAntium
Expand Up @@ -70,7 +70,7 @@ export LANG=en_US.UTF-8
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='nano'
else
export EDITOR='vim'
export EDITOR='nano'
fi

# Compilation flags
Expand Down
2 changes: 1 addition & 1 deletion .zshrcRome
Expand Up @@ -70,7 +70,7 @@ export LANG=en_US.UTF-8
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='nano'
else
export EDITOR='vim'
export EDITOR='nano'
fi

# Compilation flags
Expand Down

0 comments on commit d3ee6c2

Please sign in to comment.