test
This commit is contained in:
parent
3492cefb25
commit
27d2a4c3e7
@ -6,14 +6,14 @@ jctl ()
|
|||||||
alias jctlerr='journalctl -p 3 -xb'
|
alias jctlerr='journalctl -p 3 -xb'
|
||||||
|
|
||||||
|
|
||||||
# Clear screen and show neofetch
|
# Clear screen and show fastfetch
|
||||||
neo ()
|
neo ()
|
||||||
{
|
{
|
||||||
if which neofetch >/dev/null;
|
if which fastfetch >/dev/null;
|
||||||
then
|
then
|
||||||
clear && neofetch
|
clear && fastfetch
|
||||||
else
|
else
|
||||||
echo "neofetch not found in PATH"
|
echo "fastfetch not found in PATH"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user