From 31ba0071a755233f15b346f3f70ff1c925e03d0c Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 7 Nov 2021 15:44:36 +0400 Subject: Removed alias for vim and changed EDITOR to emacs --- .config/zsh/.zshrc | 1 - .profile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 3001407..e2ede69 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -18,7 +18,6 @@ alias dotfiles="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME'" alias dotstat="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' status" alias dotdiff="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' diff" alias dotadd="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' add -f" -alias vim="nvim" alias e="$EDITOR" # XDG aliases diff --git a/.profile b/.profile index c8f54dc..422b03b 100644 --- a/.profile +++ b/.profile @@ -4,7 +4,7 @@ if [ -d "$HOME/.local/bin" ] ; then fi export SHELL="/bin/zsh" -export EDITOR="kak" +export EDITOR="emacs -nw" # For Jetbrains products export _JAVA_AWT_WM_NONREPARENTING=1 -- cgit v1.2.3