From 86f3e9d1339fee5a19f90f76a4f734565edda0b5 Mon Sep 17 00:00:00 2001 From: ashtom50 Date: Fri, 1 May 2026 15:24:49 +0100 Subject: [PATCH] fix cd --- .bashrc_debian | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.bashrc_debian b/.bashrc_debian index 6e46631..cd00044 100644 --- a/.bashrc_debian +++ b/.bashrc_debian @@ -50,9 +50,6 @@ function helpme() { alias update="sudo apt update && sudo apt upgrade -y" alias cleanup="sudo apt autoremove" -alias ..="z .." -alias ...="z ../.." -alias cd="z" alias ll="lsd -1" alias llt="lsd --tree" alias reload="source ~/.bashrc" @@ -71,6 +68,5 @@ alias unpack="tar -xvf" eval "$(starship init bash)" -eval "$(fzf --bash)" eval "$(zoxide init bash)" -cd \ No newline at end of file +\cd \ No newline at end of file