zsh: source from cloned tools
This commit is contained in:
@@ -35,10 +35,10 @@ alias -g af="taskset -c 0-19 notify"
|
|||||||
alias -g tm="tmux new -A -s"
|
alias -g tm="tmux new -A -s"
|
||||||
|
|
||||||
# Plugins from AUR
|
# Plugins from AUR
|
||||||
source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
|
source ~/tools/powerlevel10k/powerlevel10k.zsh-theme
|
||||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source ~/tools/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source ~/tools/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
|
source ~/tools/zsh-history-substring-search/zsh-history-substring-search.zsh
|
||||||
|
|
||||||
# Enable color support
|
# Enable color support
|
||||||
if [ -x /usr/bin/dircolors ]; then
|
if [ -x /usr/bin/dircolors ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user