From 5e07bfd3ae8b576d62c01932d1e11e15bc8e4924 Mon Sep 17 00:00:00 2001 From: flipsidecreations Date: Mon, 26 Mar 2018 07:43:39 -0400 Subject: [PATCH] latest version --- .bash_aliases | 1 - .bash_exports | 2 -- .bash_profile | 1 + .bash_wrappers | 1 + 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index bd8a4d4..a3b2082 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -7,4 +7,3 @@ alias nethack-online='ssh nethack@nethack.alt.org ; clear' alias tron-online='ssh sshtron.zachlatta.com ; clear' alias yams='find . -type f -name "*.yml*" | sed "s|\./||g" | egrep -v "(\.kitchen/|\[warning\]|\.molecule/)" | xargs yamllint -f parsable' alias glog='git log --oneline --graph --color --all --decorate' -alias steam-wine='wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Steam/Steam.exe' diff --git a/.bash_exports b/.bash_exports index 33aa195..8f1dec1 100644 --- a/.bash_exports +++ b/.bash_exports @@ -18,5 +18,3 @@ export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH" export EDITOR=/usr/bin/vim -#export AWS_ACCESS_KEY_ID="$(grep -A2 XXXX ~/.aws/credentials | grep "^aws_access_key_id" | awk '{print $3}')" -#export AWS_SECRET_ACCESS_KEY="$(grep -A2 XXXX ~/.aws/credentials | grep "^aws_secret_access_key" | awk '{print $3}')" diff --git a/.bash_profile b/.bash_profile index 010d14a..158bd5a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,6 +1,7 @@ if [ -n "$TMUX" ]; then # called inside tmux session, do tmux things . ~/.profile + fi # Trigger ~/.bashrc commands . ~/.bashrc diff --git a/.bash_wrappers b/.bash_wrappers index 1cec563..2025459 100644 --- a/.bash_wrappers +++ b/.bash_wrappers @@ -10,6 +10,7 @@ man() { man "$@" } + whatsgoingon() { for i in $(find . -maxdepth 1 -type d | sed -e 's/\.\///' -e '/\./d'); do pushd $i >/dev/null