From ac84ba9983e734aacd3d16ea8a985b9128f04181 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 5 Oct 2023 21:57:46 +0200 Subject: bash: Alias neovide to ā€˜vā€™ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 0d0c74d..6f8edab 100644 --- a/.bashrc +++ b/.bashrc @@ -78,8 +78,7 @@ alias ll='ls --color=auto -Alh' alias ls='ls --color=auto' alias sl='sl -ac5' alias sv=sudoedit -alias v="$VISUAL" -alias nv='neovide --nofork' +alias v='neovide --nofork' PS1='\[\e[96;1m\]\u \[\e[39m\]\W \[\e[96m\]怉\[\e[0m\]' -- cgit v1.2.3