From 19403b4e49d816b8007b2b1c4449c74791ba5fd7 Mon Sep 17 00:00:00 2001 From: Marvin Johanning Date: Mon, 30 Mar 2020 11:47:53 +0200 Subject: [PATCH] Update .zshrc --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 7a66c01..cddc157 100644 --- a/.zshrc +++ b/.zshrc @@ -29,8 +29,6 @@ export TERMINAL=termite bindkey '^ ' autosuggest-accept bindkey '^\n' autosuggest-execute -PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH" - #cdn + number will move to the xth parent directory (cdn 2 = cd ../..) function cdn() { for i in `seq $1`; do cd ..; done; } @@ -45,3 +43,6 @@ ranger() { #For Pywal (cat ~/.cache/wal/sequences &) + +#Path changes +PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"