Making it work
This commit is contained in:
@@ -128,6 +128,8 @@ source $ZSH/oh-my-zsh.sh
|
||||
# Add to PATH to Install and run programs with "pip install --user"
|
||||
export PATH=$PATH:~/.local/bin
|
||||
|
||||
export PATH=$PATH:~/.config/ezsh/bin
|
||||
|
||||
NPM_PACKAGES="${HOME}/.npm"
|
||||
PATH="$NPM_PACKAGES/bin:$PATH"
|
||||
|
||||
@@ -138,8 +140,6 @@ export MARKER_KEY_NEXT_PLACEHOLDER="\C-b" #change maker key binding from Ctr+t
|
||||
|
||||
[[ -s "$HOME/.local/share/marker/marker.sh" ]] && source "$HOME/.local/share/marker/marker.sh"
|
||||
|
||||
export PATH=$PATH:~/.quickzsh/todo/bin #usig alias doesn't properly work
|
||||
|
||||
autoload -U compinit && compinit -C -d ~/.cache/zsh/.zcompdump # zsh-completions
|
||||
# autoload bashcompinit # bash completions
|
||||
# bashcompinit
|
||||
|
||||
Reference in New Issue
Block a user