Added nautilus alias.

This commit is contained in:
Mika Suomalainen 2011-08-16 13:24:54 +03:00
parent 5cde432672
commit 20d89ba59f
1 changed files with 3 additions and 7 deletions

View File

@ -1,10 +1,3 @@
# This is ~/.bash_aliases file by Mika Suomalainen (Mkaysi)
# Feel free to redistribute and copy-paste parts of this bash_aliases file,
# but if you can, please mention where did you get this or part of this file.
# If it's originally copy-pasted from somewhere else, mention that original source
# (which is mentioned in this file).
# Moving between directories:
alias ..="cd .."
alias .="cd ."
@ -26,3 +19,6 @@ alias gitk="gitg" # Requires gitg . I just think that it looks nicer than gitk.
# Usually when I run "time", I want to know the current time.
alias time="date"
# If I run nautilus, I want it to open in folder where I am.
alias nautilus="nautilus ./"