Skip to content

Commit

Permalink
Fix notion support
Browse files Browse the repository at this point in the history
  • Loading branch information
croaker committed Mar 20, 2019
1 parent 8e0dfde commit b34d270
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions config/notion.zsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export NOTION_HOME=~/.notion

if [ -d "$NOTION_HOME" ]; then
source "$NOTION_HOME/load.sh"
export PATH=$NOTION_HOME/bin:$PATH
fi
4 changes: 0 additions & 4 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ autoload -U colors
colors
setopt prompt_subst


# Load the theme, if necessary
if [ -f ~/.zshtheme ]; then
source ~/.zshtheme
Expand All @@ -50,7 +49,6 @@ for config_file (~/.zshfiles/config/early.d/*.zsh) source $config_file
# Load bundles
source /usr/local/share/antigen/antigen.zsh

antigen bundle lukechilds/zsh-nvm
antigen bundle zsh-users/zsh-syntax-highlighting # must be before history!
antigen bundle zsh-users/zsh-history-substring-search # must be last!

Expand All @@ -68,5 +66,3 @@ fi
PROMPT='
%~ $(git-cwd-info.rb)
${ssh_info}${exit_status} %{$reset_color%}'

export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"

0 comments on commit b34d270

Please sign in to comment.