mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
Hmm, what did I even do?
This commit is contained in:
parent
166f1ae2d1
commit
084dda139a
@ -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 %=" "
|
@ -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
|
Loading…
Reference in New Issue
Block a user