Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 468 Bytes

File metadata and controls

27 lines (19 loc) · 468 Bytes

.bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
  . ~/.bashrc
fi

# User specific environment and startup programs
function say() {
  # echo "saying $1..."
  ssh eshirley@eshirley-mn3 "say \"$1\""
}

# auto-initialize some kind of session-based program
vncserver -list | grep -q "^:1\s\+" || vncserver -geometry 2560x1440

.bashrc

# not sure why this is here but yeah
[ -f ~/.fzf.bash ] && source ~/.fzf.bash