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