]> git.phdru.name Git - dotfiles.git/commitdiff
.bashrc: Remove excessive function `j`
authorOleg Broytman <phd@phdru.name>
Tue, 2 Jul 2024 22:56:36 +0000 (01:56 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 10 Jul 2024 13:01:57 +0000 (16:01 +0300)
.bashrc

diff --git a/.bashrc b/.bashrc
index f7896754a1f8c360dceda6ff661a2b3000304eb4..84de07809bca05d76efd7be31694d8fd44b1d37b 100644 (file)
--- 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