From 4ed2e0831b2a20fb9bd7cc5f30464664b3081f1b Mon Sep 17 00:00:00 2001 From: clint Date: Sat, 31 May 2025 11:30:04 -0500 Subject: [PATCH] aliases --- bashrc/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 581d3dc..f040005 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -43,6 +43,8 @@ alias docs="python ~/scripts/stock_price.py -s docs" alias stock="python ~/scripts/stock_price.py -s " alias r="ranger" alias grep='grep --colour=auto' +alias cdd='. ~/scripts/project_picker.sh' +alias configedit='. ~/scripts/config_edit.sh' # expand path PATH=/usr/local/bin:/usr/bin/:/usr/sbin