From 004b683ec33cf26aca2dc0845cea2c44807ac913 Mon Sep 17 00:00:00 2001 From: "FCD (ubersapce)" Date: Tue, 10 Nov 2020 16:13:54 +0100 Subject: [PATCH] Removed pushd, popd (raised errors on uberspace). --- dot_bashrc.d/executable_08.alias | 2 -- 1 file changed, 2 deletions(-) diff --git a/dot_bashrc.d/executable_08.alias b/dot_bashrc.d/executable_08.alias index 87a3b2a..129bbfe 100644 --- a/dot_bashrc.d/executable_08.alias +++ b/dot_bashrc.d/executable_08.alias @@ -1,8 +1,6 @@ #!/usr/bin/env bash # navigation -alias +='pushd .' -alias -='popd' alias ..='cd ..' alias ...='cd ../..'