addet linutil-dev as an alias for dev linutil by christitustech
This commit is contained in:
parent
75dd21ae31
commit
bf38a714bc
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue