Skip to content

Instantly share code, notes, and snippets.

@Romern
Created October 25, 2018 09:10
Show Gist options
  • Save Romern/3698e4af4e24fae3a7f18f58a7158b4a to your computer and use it in GitHub Desktop.
Save Romern/3698e4af4e24fae3a7f18f58a7158b4a to your computer and use it in GitHub Desktop.
export EDITOR=nano
export ZSH="/home/roman/.oh-my-zsh"
ZSH_THEME="agnoster"
plugins=(
git
shrink-path
z
)
source $ZSH/oh-my-zsh.sh
prompt_dir(){
prompt_segment blue black $(pwd | shrink_path -f) #-f)
}
DEFAULT_USER=$USER
. z.sh
unsetopt nomatch
unsetopt AUTO_CD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment