grammar changes..
This commit is contained in:
parent
745728661f
commit
2e51ff52a6
1 changed files with 3 additions and 3 deletions
|
@ -119,16 +119,16 @@ end
|
|||
if command -v fastfetch >/dev/null 2>&1
|
||||
alias ff="fastfetch"
|
||||
alias clearff="command clear & fastfetch"
|
||||
# ─< check for fastfetch module-existance >─────────────────────────────────────────────────
|
||||
# ─< check for fastfetch module-existence >─────────────────────────────────────────────────
|
||||
command fastfetch --config os >/dev/null 2>&1
|
||||
# ─< check the status >─────────────────────────────────────────────────────────────────────
|
||||
switch $status
|
||||
case 0
|
||||
alias f="fastfetch --config os"
|
||||
# ─< unsuccessfull, cloning repo >──────────────────────────────────────────────────────────
|
||||
# ─< unsuccessful, cloning repo >──────────────────────────────────────────────────────────
|
||||
case '*'
|
||||
git clone https://git.k4li.de/mirror/fastfetch $HOME/.local/share/fastfetch >/dev/null 2>&1
|
||||
# ─< execute fish to reinitialize aliasses >────────────────────────────────────────────────
|
||||
# ─< execute fish to reinitialize aliases >────────────────────────────────────────────────
|
||||
exec fish
|
||||
end
|
||||
clear & f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue