Making it work

This commit is contained in:
JGill
2021-09-20 09:45:47 +05:30
parent 42fe80b72e
commit 7626c52c92
2 changed files with 9 additions and 6 deletions

View File

@@ -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