From 16b14188b5692ad9062914cd8590cc1cc7908969 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 7 Feb 2023 14:00:00 +0100 Subject: [PATCH] removed vim to vimx alias --- home/.zsh-server/zshrc | 1 + home/.zsh/zshrc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zsh-server/zshrc b/home/.zsh-server/zshrc index 29920ea..4d5c94b 100644 --- a/home/.zsh-server/zshrc +++ b/home/.zsh-server/zshrc @@ -15,6 +15,7 @@ alias egrep="grep -E" alias lgrep="find | grep" alias psgrep="ps axu | grep" alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"' + ### Functions function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" } diff --git a/home/.zsh/zshrc b/home/.zsh/zshrc index 301f722..6134c13 100644 --- a/home/.zsh/zshrc +++ b/home/.zsh/zshrc @@ -23,7 +23,6 @@ alias lgrep="find | grep" alias psgrep="ps axu | grep" alias plasmarestart="killall plasmashell; kstart plasma-desktop" alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"' -alias vim="vimx" ### Functions function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" }