diff options
| author | benj <benj@rse8.com> | 2020-03-27 18:06:57 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2020-03-27 18:06:57 -0700 |
| commit | 447505fe5248a17fcc060a70805b53b2e6bd2f5a (patch) | |
| tree | 319328bb4fbc89b71ff51370862496a2166641d8 /.bashrc | |
| parent | 252c76e268f720fc6a4afcd6523d0f1d8674b547 (diff) | |
| download | setup-447505fe5248a17fcc060a70805b53b2e6bd2f5a.tar setup-447505fe5248a17fcc060a70805b53b2e6bd2f5a.tar.gz setup-447505fe5248a17fcc060a70805b53b2e6bd2f5a.tar.bz2 setup-447505fe5248a17fcc060a70805b53b2e6bd2f5a.tar.lz setup-447505fe5248a17fcc060a70805b53b2e6bd2f5a.tar.xz setup-447505fe5248a17fcc060a70805b53b2e6bd2f5a.tar.zst setup-447505fe5248a17fcc060a70805b53b2e6bd2f5a.zip | |
i3 auracle check, bash history line length
Diffstat (limited to '')
| -rw-r--r-- | .bashrc | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -5,6 +5,9 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +# History size +HISTSIZE=1000000 + # generic setup function parse_git_branch () { git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' @@ -71,7 +74,7 @@ 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 $HOME/.ssh/nido_id_ed25519 + /usr/bin/keychain $HOME/.ssh/id_rsa $HOME/.ssh/id_ed25519 $HOME/.ssh/imagine_id_rsa $HOME/.ssh/nido_id_ed25519 /usr/bin/keychain --agents gpg AE38865D . $HOME/.keychain/${HOSTNAME}-sh . $HOME/.keychain/${HOSTNAME}-sh-gpg @@ -96,3 +99,6 @@ source /usr/local/arcanist/resources/shell/bash-completion source ~/.setup/.bashrc.local complete -C /usr/bin/vault vault +complete -C /usr/bin/aws_completer aws +complete -C /usr/bin/terraform terraform +alias please='python ~/workspace/imagine/infrastructure/scripts/please/please.py' |
