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