From 084dda139a636ef387a5090c32ef3d5efde5cb91 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Thu, 29 Sep 2011 16:19:15 +0300 Subject: [PATCH] Hmm, what did I even do? --- zsh_aliases | 6 ++++-- zsh_exports | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/zsh_aliases b/zsh_aliases index 701a9fad..5cfcaa82 100755 --- a/zsh_aliases +++ b/zsh_aliases @@ -99,6 +99,8 @@ alias -s doc="libreoffice --writer" alias -s gz='tar -xzvf' alias -s bz2='tar -xjvf' #alias -s java=$EDITOR -alias -s txt=$EDITOR -alias -s PKGBUILD=$EDITOR +#alias -s txt=$EDITOR +#alias -s PKGBUILD=$EDITOR +# For copy-pasting directly from somewhere +alias %=" " \ No newline at end of file diff --git a/zsh_exports b/zsh_exports index cced5f73..eaa24e8c 100644 --- a/zsh_exports +++ b/zsh_exports @@ -17,3 +17,6 @@ export LC_ALL # Sets PATH. To add another path, add : to string below. # Yes, I know that this isn't exporting, but I don't want PYTHONPATH to be alone here and PATH matches with nature of this file. PATH=$PATH + +# Sets web-browser. Used for one alias. +#export BROWSER=lynx \ No newline at end of file