From d241ff8472ccc8df447f70d92b726f40eae62b10 Mon Sep 17 00:00:00 2001 From: urosm Date: Fri, 13 Sep 2024 20:36:29 +0200 Subject: [PATCH] .bashrc: drop ff alias --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index 2ca0ee2..7018df8 100644 --- a/.bashrc +++ b/.bashrc @@ -16,7 +16,6 @@ alias grep="grep --color=auto" alias ls="ls --color=auto" alias ll="ls -AF1" alias lll="ls -AFlh" -alias ff="find 2>/dev/null" # history HISTCONTROL="ignoreboth:erasedups"