This commit is contained in:
Alex Kelly 2018-12-11 15:11:26 -05:00
parent 302fb83c4c
commit 7ba5ccea19
2 changed files with 8 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7d480a928a1c9ac70fecc60f1a11031843cc1fcf
Subproject commit 0a6c8b610e799040b612db8888945f502a2ddd9d

View file

@ -5,7 +5,7 @@ export ZSH=/home/kellya/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="agnoster"
#ZSH_THEME="agnoster"
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
@ -100,5 +100,11 @@ rand () {
}
alias dum='du -sh *|egrep ".*\.?[0-9]M"'
alias keploy='echo -e "\e[101;97mKeploy was removed, its functionality is already built in ssh-copy-id, just use that\e[49m"; ssh-copy-id'
alias shrug='curl shrug.io|xclip'
cat /home/kellya/.local/share/franklinlogo.txt
export PATH="$PATH:/home/kellya/go/bin"
export WORKON_HOME=/mnt/vdisks/projects/python_virtualenvs
export AGNOSTER_PROMPT_SEGMENTS=("prompt_status" "prompt_context" "prompt_virtualenv" "prompt_dir" "prompt_end")
prompt_git() {
}