From 879583a1b699319cef541ab7e9d5a1cd1ef81239 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Mon, 19 Feb 2024 11:04:48 +0100 Subject: more lua, hammerspoon and aliases improvements --- .bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index bdbe1fb..e341e0c 100755 --- a/.bashrc +++ b/.bashrc @@ -22,8 +22,7 @@ fi /usr/bin/ssh-add -K } &>/dev/null -# Set Emacs as VISUAL -export VISUAL="emacs" +export VISUAL="nvim" for file in ~/.{aliases,path,extras}; do if [[ -r "$file" ]] && [[ -f "$file" ]]; then -- cgit v1.2.3