mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
Added nautilus alias.
This commit is contained in:
parent
5cde432672
commit
20d89ba59f
10
bash_aliases
10
bash_aliases
@ -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 ./"
|
||||
|
Loading…
Reference in New Issue
Block a user