Skip to content

Commit

Permalink
add pure prompt submodule. use submodule path for antigen
Browse files Browse the repository at this point in the history
  • Loading branch information
gmas committed Mar 28, 2022
1 parent f2e4c72 commit 978c732
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "emacs/.emacs.d/rsense-mode"]
path = emacs/.emacs.d/rsense-mode
url = https://github.com/niftyn8/rsense-mode
[submodule "zsh/pure"]
path = zsh/pure
url = https://github.com/sindresorhus/pure.git
5 changes: 3 additions & 2 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export work=~/work
export nas=~/nas
export downloads=~/Downloads

source /usr/share/zsh/share/antigen.zsh
#source /usr/share/zsh/share/antigen.zsh
source ~/dotfiles/zsh/antigen/antigen.zsh

# Load the oh-my-zsh's library.
antigen use oh-my-zsh
Expand All @@ -41,7 +42,7 @@ antigen bundle zsh-users/zsh-syntax-highlighting
#antigen theme blinks
#antigen theme candy
ZSH_THEME=""
fpath+=$HOME/.zsh/pure
fpath+=$HOME/dotfiles/zsh/pure
autoload -U promptinit; promptinit
prompt pure

Expand Down
1 change: 1 addition & 0 deletions zsh/pure
Submodule pure added at 5b458b

0 comments on commit 978c732

Please sign in to comment.