From da551484b20cc4f9ebee4c16d429432f62f27fca Mon Sep 17 00:00:00 2001 From: Sarthak Jain Date: Sun, 15 Mar 2026 10:39:17 +0530 Subject: [PATCH] Add work shell config --- .bashrc | 2 +- shell/{ciena => work} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename shell/{ciena => work} (100%) diff --git a/.bashrc b/.bashrc index ef7e206..94727cf 100644 --- a/.bashrc +++ b/.bashrc @@ -175,4 +175,4 @@ fi source ~/dotfiles/shell/common source ~/dotfiles/shell/personal #added by 6500gitsetup source ~/dotfiles/shell/aliases -# source /home/jsarthak/dotfiles/sh_ciena #added by 6500gitsetup +source ~/dotfiles/shell/work #added by 6500gitsetup diff --git a/shell/ciena b/shell/work similarity index 100% rename from shell/ciena rename to shell/work