Skip to content

Commit

Permalink
Fixed default editor ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusan Hlavaty committed Mar 7, 2019
1 parent 61db2a1 commit dc9668b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .exports
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Make vim the default editor.
export EDITOR='vim';
export EDITOR='nano';

# Increase Bash history size. Allow 32³ entries; the default is 500.
export HISTSIZE='32768';
Expand Down

0 comments on commit dc9668b

Please sign in to comment.