latest version

This commit is contained in:
flipsidecreations 2018-03-26 07:43:39 -04:00
parent 7fa3940442
commit 5e07bfd3ae
4 changed files with 2 additions and 3 deletions

View file

@ -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'

View file

@ -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}')"

View file

@ -1,6 +1,7 @@
if [ -n "$TMUX" ]; then
# called inside tmux session, do tmux things
. ~/.profile
fi
# Trigger ~/.bashrc commands
. ~/.bashrc

View file

@ -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