From 6f5e33c3e3ce24773d076d013c9a8bfc26b46b2c Mon Sep 17 00:00:00 2001 From: finga Date: Mon, 4 Jan 2016 22:27:00 +0100 Subject: [PATCH] moved reverse path aliases from .alias to .zshrc files: .zshrc --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 426a0c4..1943aee 100644 --- a/.zshrc +++ b/.zshrc @@ -37,4 +37,7 @@ precmd() { # Report CPU usage for commands running longer than 5 seconds REPORTTIME=1 +alias ../..='cd ../..' +alias ../../..='cd ../../..' + . ~/.autoload