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