diff options
Diffstat (limited to 'dotfiles/system/.bashrc')
| -rw-r--r-- | dotfiles/system/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/system/.bashrc b/dotfiles/system/.bashrc index 95d78ff..b5290cd 100644 --- a/dotfiles/system/.bashrc +++ b/dotfiles/system/.bashrc @@ -55,3 +55,5 @@ export PS1="[\d, \t] \u@\H:\w \n$ " source "$HOME"/.profile [ -f "$HOME"/.fzf.bash ] && source "$HOME"/.fzf.bash +. "/home/cjennings/.deno/env" +source /home/cjennings/.local/share/bash-completion/completions/deno.bash
\ No newline at end of file |
