From 1015ef845d98bb0d55f8c0723f8610f2ca0076f3 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 4 Feb 2023 23:54:16 +0200 Subject: Changed alias 'vi' to mean vim instead of nvim --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 2fee5d5..6febbce 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -371,7 +371,7 @@ function gsp config subtree pull --prefix=$PREFIX $REMOTE $BRANCH done } -alias vi='nvim' +alias vi='vim' alias nv='nvim' alias trash="gio trash" alias trash_restore='gio trash --restore "$(gio trash --list | fzf | cut -f 1)"' -- cgit v1.2.3