mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Generalized EDITOR variable
This commit is contained in:
parent
0c86515d13
commit
419cc52ade
1 changed files with 1 additions and 1 deletions
|
|
@ -27,6 +27,6 @@ if [ -d "$bash_completion_dir" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set EDITOR to nvim
|
# Set EDITOR to nvim
|
||||||
export EDITOR=/nix/store/z67k4yagrajl6gwm50wafcblgkw8pa23-home-manager-path/bin/nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
alias ls='lsd'
|
alias ls='lsd'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue