addet functionality
This commit is contained in:
parent
1ecb3e8b86
commit
58799c3c08
1 changed files with 4 additions and 2 deletions
6
init.zsh
6
init.zsh
|
@ -53,8 +53,10 @@ elif command -v pfetch >/dev/null 2>&1; then
|
||||||
alias clear='command clear && pfetch'
|
alias clear='command clear && pfetch'
|
||||||
alias clearl='command clear && p && l && pwd'
|
alias clearl='command clear && p && l && pwd'
|
||||||
else
|
else
|
||||||
inst="$ZSH_UPDATE fastfetch"
|
function iff {
|
||||||
$inst
|
echo "$ZSH_UPDATE fastfetch" | zsh
|
||||||
|
}
|
||||||
|
iff
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# git alias
|
# git alias
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue