From 856b49fc16e568a670ab9ff5dac75989f95dcc22 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 28 Oct 2023 14:05:03 +0200 Subject: bash: Alias ‘v’ to ‘$VISUAL’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 6f8edab..7cb3b89 100644 --- a/.bashrc +++ b/.bashrc @@ -78,7 +78,7 @@ alias ll='ls --color=auto -Alh' alias ls='ls --color=auto' alias sl='sl -ac5' alias sv=sudoedit -alias v='neovide --nofork' +alias v="$VISUAL" PS1='\[\e[96;1m\]\u \[\e[39m\]\W \[\e[96m\]〉\[\e[0m\]' -- cgit v1.2.3