There was an error while loading. Please reload this page.
1 parent 0eafec1 commit d7c6711Copy full SHA for d7c6711
1 file changed
scripts/alias.sh
@@ -74,4 +74,7 @@ echo "================================"
74
echo " Added: $added | Skipped: $skipped"
75
echo "================================"
76
echo ""
77
-echo "Run 'source ~/.bashrc' or restart terminal to apply"
+
78
+# Auto reload bashrc
79
+source "$BASHRC"
80
+echo "Aliases are now active!"
0 commit comments