Browse Source

change standard editor to nvim

master
tiynger 1 year ago
parent
commit
04858b4e5b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .profile

+ 2
- 2
.profile

@ -1,9 +1,9 @@
#!/bin/sh
# Profile file. Runs on login.
# Adds `~/.scripts` and all subdirectories to $PATH
# Adds `~/.local/bin` and all subdirectories to $PATH
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
export EDITOR="vim"
export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="vivaldi-stable"
export READER="zathura"

Loading…
Cancel
Save