zsh: Set default editor to helix
This commit is contained in:
parent
52c2a7cfe4
commit
0af6521257
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
export EDITOR='nvim'
|
export EDITOR='hx'
|
||||||
export VISUAL=$EDITOR
|
export VISUAL=$EDITOR
|
||||||
|
|
||||||
if [[ -a /usr/bin/virtualenvwrapper.sh ]]; then
|
if [[ -a /usr/bin/virtualenvwrapper.sh ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue