diff --git a/zsh/zsh-git-prompt b/zsh/zsh-git-prompt index 7d480a9..0a6c8b6 160000 --- a/zsh/zsh-git-prompt +++ b/zsh/zsh-git-prompt @@ -1 +1 @@ -Subproject commit 7d480a928a1c9ac70fecc60f1a11031843cc1fcf +Subproject commit 0a6c8b610e799040b612db8888945f502a2ddd9d diff --git a/zsh/zshrc b/zsh/zshrc index 3ed15bc..7eae8b1 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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() { +}