From aeb1119b256b4ad190c64557aafccba00b12d6e4 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 24 Mar 2020 04:44:33 +0100 Subject: [PATCH] added an alias in .zshrc --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zshrc b/zsh/zshrc index 3832d1d..73efe8c 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -191,6 +191,7 @@ export mw="$utb/4semester/MW/" export pjc="$utb/4semester/PJC/" export tso="$utb/4semester/TSO/" + export tew="$utb/4semester/TEW/" alias wget='wget -c' # allows to restore progress after interruption if [[ -x "$(command -v vimx)" ]]; then alias vim='vimx'; fi # proper clipboard support