Hmm, what did I even do?

This commit is contained in:
Mika Suomalainen 2011-09-29 16:19:15 +03:00
parent 166f1ae2d1
commit 084dda139a
2 changed files with 7 additions and 2 deletions

View File

@ -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 %=" "

View File

@ -17,3 +17,6 @@ export LC_ALL
# Sets PATH. To add another path, add :</path/to/new/path> 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