diff --git a/.gitignore b/.gitignore index 9d0c256..5010cd5 100644 --- a/.gitignore +++ b/.gitignore @@ -124,3 +124,4 @@ akonadi_indexing_agentrc chromium/ okularrc plasmanotifyrc +arkrc diff --git a/bashrc b/bashrc index 4a69134..f059cdc 100644 --- a/bashrc +++ b/bashrc @@ -117,4 +117,4 @@ type systemctl 2>/dev/null 1>&2 && if systemctl -q is-active graphical.target && fi # nice login prompt -[ -e "/usr/local/bin/afetch" ] && afetch || fetch min +[ -e "/usr/bin/afetch" ] && afetch || fetch min