feat: add nvim
This commit is contained in:
parent
22b9c4fa4b
commit
c80eaf1ff7
2 changed files with 8 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -111,6 +111,9 @@ fi
|
|||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This enables NVM
|
||||
|
||||
# Neovim
|
||||
export PATH="$HOME/nvim/bin:$PATH"
|
||||
|
||||
# Theming
|
||||
export PS1="\[\e[36m\]$(date +'%H:%M:%S')\[\e[32m\]$USER \[\e[35m\]\w \[\e[31m\]$ "
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue