From 2e95a30cd99ca1097eb456c91b3a28525863b62d Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 26 Feb 2023 18:11:51 +0100 Subject: [PATCH] zsh: remove aliases I never use --- config/zsh/aliases.zsh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/zsh/aliases.zsh b/config/zsh/aliases.zsh index 083d62c..c8abecf 100644 --- a/config/zsh/aliases.zsh +++ b/config/zsh/aliases.zsh @@ -39,10 +39,6 @@ alias \ alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf" -alias et="$EDITOR $XDG_CONFIG_HOME/tmux/tmux.conf" -alias ev="$EDITOR $XDG_CONFIG_HOME/nvim/init.lua" -alias ez="$EDITOR $ZDOTDIR/.zshrc" - if command -v nvim >/dev/null 2>&1; then alias \ v="nvim" \