diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-30 12:54:08 -0500 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-30 12:54:08 -0500 | 
| commit | 516473777a718d15840d5adf9270f751f34acbd4 (patch) | |
| tree | ca2600b447e1efcb90534d3eda8c7fa3d4cf5a02 /config | |
| parent | 42864b392f534c27a4fb0f28c2ff6cc3448b1b29 (diff) | |
update
Diffstat (limited to 'config')
| -rw-r--r-- | config/bash.nix | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/config/bash.nix b/config/bash.nix index 7af7ee4..ae54f9e 100644 --- a/config/bash.nix +++ b/config/bash.nix @@ -44,6 +44,10 @@        bind '"\C-f": "sessionizer\n"'        alias poof="rm $HOME/.ssh/known_hosts*" + +      if [ -f $HOME/.custom_bashrc ]; then +        source $HOME/.custom_bashrc +      fi      '';    };  } | 
