mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-11-09 23:24:11 -08:00
latest version
This commit is contained in:
parent
7fa3940442
commit
5e07bfd3ae
|
@ -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'
|
||||
|
|
|
@ -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}')"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
if [ -n "$TMUX" ]; then
|
||||
# called inside tmux session, do tmux things
|
||||
. ~/.profile
|
||||
|
||||
fi
|
||||
# Trigger ~/.bashrc commands
|
||||
. ~/.bashrc
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue