From d21aa87b5f6c66ef07b0b84e5e55b8fdecfc75a0 Mon Sep 17 00:00:00 2001 From: lostecho Date: Sun, 16 Apr 2023 21:46:34 +0800 Subject: [PATCH] zsh config change --- dotfiles/zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 20eae80..5a06111 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -120,9 +120,7 @@ alias vzsh="vim ~/.zshrc" # edit zsh config alias szsh="source ~/.zshrc" # source the zshrc file # quick command -alias vim="nvim" # replace vim to nvim alias pdf="zathura" -alias epub="zathura" # install software alias installaur="sudo pacman -S yay paru"