+ Removed O-M-Z (no longer used)
This commit is contained in:
parent
290e4af658
commit
2da3849ed9
8 changed files with 0 additions and 34 deletions
|
@ -1,10 +0,0 @@
|
|||
# You can put files here to add functionality separated per file, which
|
||||
# will be ignored by git.
|
||||
# Files on the custom/ directory will be automatically loaded by the init
|
||||
# script, in alphabetical order.
|
||||
|
||||
# For example: add yourself some shortcuts to projects you often work on.
|
||||
#
|
||||
# brainstormr=~/Projects/development/planetargon/brainstormr
|
||||
# cd $brainstormr
|
||||
#
|
|
@ -1,2 +0,0 @@
|
|||
# Add your own custom plugins in the custom/plugins directory. Plugins placed
|
||||
# here will override ones with the same name in the main plugins directory.
|
|
@ -1 +0,0 @@
|
|||
Subproject commit c4c419edb98c54e442f743708f3f1159d6735241
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f5d1be7ec2436cfa9d45dfc2bb72fb060eae650f
|
|
@ -1 +0,0 @@
|
|||
/home/ziro/.local/share/oh-my-zsh/themes/spaceship-prompt/spaceship.zsh-theme
|
|
@ -1,17 +0,0 @@
|
|||
# Load version control information
|
||||
autoload -Uz vcs_info
|
||||
precmd() { vcs_info }
|
||||
|
||||
# Format the vcs_info_msg_0_ variable
|
||||
zstyle ':vcs_info:*' enable git
|
||||
zstyle ':vcs_info:git:*' formats '%b %u%c'
|
||||
|
||||
# Prompt
|
||||
setopt PROMPT_SUBST
|
||||
PROMPT='
|
||||
$fg[white]${PWD/#$HOME/~} $fg[blue]${vcs_info_msg_0_}
|
||||
$fg[green]$> %b'
|
||||
|
||||
#Autocomplete
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#c5c8c6,bold,underline"
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 6319158f19a7bb83a8131da7268213cb636f9653
|
Loading…
Add table
Add a link
Reference in a new issue