diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-18 14:09:03 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-18 14:09:03 +0530 | 
| commit | 5dd0f0e4c64b9b0e15c7dbdb269b76d478073906 (patch) | |
| tree | 6667de55d12a7e6007e445916322a4cf7a3db658 /config/bash.nix | |
| parent | 4b676541be3e096784175f8e998f6affa70be122 (diff) | |
update
Diffstat (limited to 'config/bash.nix')
| -rw-r--r-- | config/bash.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/config/bash.nix b/config/bash.nix index ae54f9e..cf83aad 100644 --- a/config/bash.nix +++ b/config/bash.nix @@ -44,6 +44,7 @@        bind '"\C-f": "sessionizer\n"'        alias poof="rm $HOME/.ssh/known_hosts*" +      alias db="distrobox enter"        if [ -f $HOME/.custom_bashrc ]; then          source $HOME/.custom_bashrc | 
