diff options
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 | 
