diff --git a/.zshrc b/.zshrc index 4cff911..8c884e4 100644 --- a/.zshrc +++ b/.zshrc @@ -80,6 +80,7 @@ _init (){ local zconf="$HOME/.zsh" local zAutosg="$zconf/autosuggestions/zsh-autosuggestions.zsh" local zSynthl="$zconf/syntax-highlighting/zsh-syntax-highlighting.zsh" + local _pluginlist=("$zAutosg" "$zSynthl") # ─< init plugis >──────────────────────────────────────────────────────────────────────── @@ -91,7 +92,7 @@ _init (){ p_has() { if ! command_exists has; then inst_has() { - git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install + git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install && cd $HOME/ && rm -r /tmp/has } echo_info "Installing has" inst_has >/dev/null 2>&1 @@ -127,6 +128,7 @@ _alias(){ # ─< linutil >──────────────────────────────────────────────────────────────────────────── alias linutil="curl -fsSL https://christitus.com/linux | sh" + alias linutil-dev="curl -fsSL https://christitus.com/linuxdev | sh" # ─< telnet (starwars) >──────────────────────────────────────────────────────────────────── if command_exists telnet; then