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