From 3ff91c06e4a59e5f8b22b7b9a3975e8cf7a037e1 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 10 Sep 2024 12:48:02 +0200 Subject: [PATCH] this is the new kali --- .zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.zshrc b/.zshrc index 5d96c1d..9650ac2 100644 --- a/.zshrc +++ b/.zshrc @@ -241,11 +241,6 @@ if [ -x /usr/bin/dircolors ]; then zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31' fi -# some more ls aliases -alias ll='ls -l' -alias la='ls -A' -alias l='ls -CF' - # enable auto-suggestions based on the history if [ -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then . /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh