aboutsummaryrefslogtreecommitdiff
path: root/bin/reconfigure
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-01 10:41:34 -0300
committerEuAndreh <eu@euandre.org>2023-03-01 10:41:34 -0300
commit313e56093111ab7c214c71b1f698a8012837adad (patch)
tree0aeb4e4df80b8423c8829824c982c6d06e84eef7 /bin/reconfigure
parentetc/xmonad/xmonad.hs: Set background image (diff)
downloaddotfiles-313e56093111ab7c214c71b1f698a8012837adad.tar.gz
dotfiles-313e56093111ab7c214c71b1f698a8012837adad.tar.xz
bin/reconfigure: Refresh bins(1) cache after updating $PATH
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-xbin/reconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reconfigure b/bin/reconfigure
index 997243c..7e49f00 100755
--- a/bin/reconfigure
+++ b/bin/reconfigure
@@ -80,3 +80,5 @@ if [ -e /etc/nixos/configuration.nix ]; then
head -n1 |
sudo -S nixos-rebuild switch
fi
+
+bins > /dev/null