From: Oleg Broytman Date: Tue, 2 Jul 2024 22:56:36 +0000 (+0300) Subject: .bashrc: Remove excessive function `j` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=36e24745788fe0150ac079a0648c14f67ed29146;p=dotfiles.git .bashrc: Remove excessive function `j` --- 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