From 36e24745788fe0150ac079a0648c14f67ed29146 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 3 Jul 2024 01:56:36 +0300 Subject: [PATCH] .bashrc: Remove excessive function `j` --- .bashrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bashrc b/.bashrc index f789675..84de078 100644 --- a/.bashrc +++ b/.bashrc @@ -55,9 +55,7 @@ shopt -s histappend [ "`type -t ls`" = alias ] && unalias ls [ "`type -t ll`" = alias ] && unalias ll -back() { cd - "$@"; } functions() { typeset -f "$@"; } -j() { jobs; } if [ -r "$HOME"/admin/prog/bash_prompt ]; then . "$HOME"/admin/prog/bash_prompt -- 2.39.5