diff --git a/.bashrc b/.bashrc index 39b8159..dc3ff93 100644 --- a/.bashrc +++ b/.bashrc @@ -274,14 +274,15 @@ _fetches_() { if command_exists fastfetch; then alias ff="fastfetch" alias clearff="command clear & fastfetch" + alias clearf="command clear & fastfetch" if fastfetch --config os >/dev/null 2>&1; then alias f="fastfetch --config os" else git clone https://git.k4li.de/mirrors/fastfetch.git $HOME/.local/share/fastfetch >/dev/null 2>&1 exec $SHELL fi - alias clear="clear & ff" fi + clearf } _nmap_() {