From 736d3ab33587bad7bfa1e1628de16e4728a72d20 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Sun, 23 Feb 2025 18:26:19 +0100 Subject: [PATCH] Fixes path for terminalrc --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index fa7c8b7..91f46d4 100644 --- a/.bashrc +++ b/.bashrc @@ -5,7 +5,7 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -source .config/terminal/.setuprc +source ~/.config/terminal/.setuprc PS1='[\u@\h \W]\$ '