From dfcf6807fed73fd3df4750f1531bd227c324501f Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 2 Jan 2025 22:20:15 +0100 Subject: Updates bash_profile, bashrc, aliasrc, confgm profile and xprofile - Adds new line in PS1 for more readability when using long paths - Adds nix profile sourcing - Adds kubenetes aliases and autocompletion - Changes tool to display date, volume and battery when pressing the poweroff button - Removes autostarts of unclutter --- dot_bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dot_bash_profile') diff --git a/dot_bash_profile b/dot_bash_profile index 6687221..4bc3326 100644 --- a/dot_bash_profile +++ b/dot_bash_profile @@ -3,4 +3,5 @@ # Get the aliases and functions [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" [ -f "$HOME/.profile" ] && . "$HOME/.profile" -. "$HOME/.cargo/env" + +if [ -e /home/mas/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mas/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer -- cgit v1.2.3