From d64867db59e1de2eb63d264fbd79e322f0d59369 Mon Sep 17 00:00:00 2001 From: Laurent Le Graverend Date: Mon, 8 Apr 2013 10:36:42 +0900 Subject: [PATCH] correct path for z --- .bash_profile | 3 +++ .bashrc | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bash_profile b/.bash_profile index f2dee761ee2..4c6b6c5e5af 100644 --- a/.bash_profile +++ b/.bash_profile @@ -34,3 +34,6 @@ complete -W "NSGlobalDomain" defaults # If possible, add tab completion for many more commands [ -f /etc/bash_completion ] && source /etc/bash_completion + +# init z https://github.com/rupa/z +. ~/bin/z/z.sh diff --git a/.bashrc b/.bashrc index 1a6106db016..33cb4b62dc1 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1 @@ [ -n "$PS1" ] && source ~/.bash_profile - -# init z https://github.com/rupa/z -. ~/bin/z/z.sh