From fcde0d69a12ee20591df3d656f6a9ce83047faa5 Mon Sep 17 00:00:00 2001 From: josiah Date: Sun, 19 Feb 2023 11:37:18 -0600 Subject: [PATCH] Fix invisible states. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 0c3e2e4..1f15e91 100644 --- a/.bashrc +++ b/.bashrc @@ -91,7 +91,7 @@ else if [ "$HOSTNAME" = "hoyden" ]; then printf 'on hoyden, applying nixOS config \n' setxkbmap -option "ctrl:nocaps" - fortune invisiblestates/invisiblestates | fold -w 80 -s + fortune ~/bin/fortunate/invisiblestates/invisiblestates | fold -w 80 -s else printf 'regular config\n' fi