addet linutil-dev as an alias for dev linutil by christitustech

This commit is contained in:
pika 2024-09-12 15:45:39 +02:00
parent 75dd21ae31
commit bf38a714bc

4
.zshrc
View file

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