Created
October 25, 2018 09:10
-
-
Save Romern/3698e4af4e24fae3a7f18f58a7158b4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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