From ff230af05de68a924a6ed8a48d32d64aa72c5af5 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 7 Nov 2018 13:33:34 +0100 Subject: [PATCH] Remove untar Bash alias --- bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/bashrc b/bashrc index 375ece4..bfc1bbd 100644 --- a/bashrc +++ b/bashrc @@ -6,7 +6,6 @@ export PATH=~/.bin:$PATH alias setclip='xclip -selection c' alias getclip='xclip -selection clipboard -o' alias wgetclip='wget `xclip -selection clipboard -o`' -alias untar='tar -xf' alias lynx='lynx --accept_all_cookies' alias push='clipstack -push' alias pop='clipstack -pop'