From 79648b306b7adc9e685e75b7a71f5ffe392ca1f7 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Thu, 17 Jan 2013 14:36:08 +0100 Subject: [PATCH] Add alias for .. and ... --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index bf7e8a5..305392a 100644 --- a/.bashrc +++ b/.bashrc @@ -66,6 +66,9 @@ up() cd $str } +alias ..='cd ..' +alias ...='cd ../../' + # move backup files to trash alias clean='mv *~ ~/.Trash/'