From 8346c500aa4e1db1ce1f1e167e7e4496ca68efe9 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sun, 24 Jul 2022 12:55:13 -0600 Subject: [PATCH] Update config.fish --- openbsd/home/config.fish | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openbsd/home/config.fish b/openbsd/home/config.fish index faa03e5..99de0a0 100644 --- a/openbsd/home/config.fish +++ b/openbsd/home/config.fish @@ -2,8 +2,9 @@ if status is-interactive set -U fish_greeting end -alias emacs="emacs --no-x-resources" - set -x GEM_HOME "$HOME/.local/ruby" set -x GOPATH "$HOME/.go" set -x PATH $PATH /usr/local/go/bin $GOPATH/bin $HOME/.local/ruby/bin + +alias vim="nvim" +alias vi="nvim"