From 9c1f8348ffa7f097b37ee4e55107940145a7aad2 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 6 Aug 2021 02:11:37 +0200 Subject: [PATCH] Make cd act as pushd --- home/.config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/zsh/.zshrc b/home/.config/zsh/.zshrc index e7cb7fc..5c0150d 100755 --- a/home/.config/zsh/.zshrc +++ b/home/.config/zsh/.zshrc @@ -9,6 +9,7 @@ setopt interactivecomments # allow comments in interactive mode setopt magicequalsubst # enable filename expansion for arguments of form `x=expression` setopt notify # report the status of background jobs immediately setopt numericglobsort # sort filenames numerically when it makes sense +setopt auto_pushd # Make cd act as pushd #setopt correct_all # autocorrect commands # oh-my-zsh configuration (DISABLED by default, if you want oh-my-zsh, uncomment these)