fixed conflicts (LOL merge -s ours; push -f)

This commit is contained in:
Brad
2019-05-01 17:19:06 -05:00
parent dc30aa2f54
commit 594e40f661
2 changed files with 64 additions and 1 deletions

View File

@@ -4,7 +4,9 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
exec tmux -2 attach-session || tmux -2 new-session
fi
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
alias sudo='sudo '
@@ -219,3 +221,4 @@ haste(){
chromium http://hastebin.com/$key
fi
}