From 79f7d1f3de9e5f9a9bb4b54b350736197f9cbfb6 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 27 Aug 2022 02:47:19 -0700 Subject: [PATCH] :memo: Updated bashrc with new networkmanager info --- bashrc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.txt b/bashrc.txt index 76d8e24b..ad698b87 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -192,6 +192,7 @@ alias home="xclear && cd /home/brian && clear && history -c && hash -r" # Various source files (do not place at end of zshrc/bashrc) source ~/.aliases source ~/.gh_pat +source ~/.ssid_passwd source /home/brian/.bash_completions/typer.sh # Use bash-completion, if available [[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \