aboutsummaryrefslogtreecommitdiff
path: root/dot_profile
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-01-02 22:20:15 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-01-02 22:20:15 +0100
commitdfcf6807fed73fd3df4750f1531bd227c324501f (patch)
treec77947ebb16e0f03416c7e940d26e520787e679d /dot_profile
parent70274919e2d27a37a9a604e062a961e2d25f2dfa (diff)
Updates bash_profile, bashrc, aliasrc, confgm profile and xprofileHEADmaster
- 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
Diffstat (limited to 'dot_profile')
-rw-r--r--dot_profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/dot_profile b/dot_profile
index f6da4ac..46f5ea5 100644
--- a/dot_profile
+++ b/dot_profile
@@ -26,4 +26,3 @@ echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && . "$HOME/.bashrc"
# Start graphical server if i3 not already running.
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x Xorg >/dev/null && exec startx
-. "$HOME/.cargo/env"