aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.bashrc10
1 files changed, 6 insertions, 4 deletions
diff --git a/.bashrc b/.bashrc
index 12c3144..6fddee6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -96,8 +96,10 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
alias ls='ls --color=auto'
# Setup keychain
- /usr/bin/keychain $HOME/.ssh/id_rsa $HOME/.ssh/id_ed25519
- /usr/bin/keychain --agents gpg AE38865D
+ /usr/bin/keychain $HOME/.ssh/id_rsa \
+ $HOME/.ssh/id_ed25519 \
+ $HOME/.ssh/benj@rse8.pem \
+ CBC575BB
. $HOME/.keychain/${HOSTNAME}-sh
. $HOME/.keychain/${HOSTNAME}-sh-gpg
# . $HOME/.keychain/${HOSTNAME}-sh-gpg # gpg keychain
@@ -116,8 +118,8 @@ if [ -f "/etc/arch-release" ]; then
alias wifi='sudo wifi-menu'
fi
-source ~/.setup/.git-completion.bash
-source ~/.setup/.bashrc.local
+source ~/.mycfg/.git-completion.bash
+source ~/.mycfg/.bashrc.local
[ -f "/home/benj/.ghcup/env" ] && source "/home/benj/.ghcup/env" # ghcup-env
complete -cf sudo