From 93db3d0320048aa6208a77cc5fb3ad16c92be4a7 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Mon, 29 Jul 2024 23:16:08 +0200 Subject: [PATCH] cleanup --- .bashrc | 2 +- .profile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 379bb0f..06c76db 100644 --- a/.bashrc +++ b/.bashrc @@ -12,6 +12,7 @@ esac if mount | grep -q 'ostree'; then export HOME="/var/home/$(whoami)" is_ostree=1 + alias docker=podman fi ################################## @@ -94,4 +95,3 @@ alias todo="nvim ~/Documents/Notes/Todo.md" alias nano="nvim" alias neofetch="fastfetch" - diff --git a/.profile b/.profile index 9116c02..ed174ec 100644 --- a/.profile +++ b/.profile @@ -1,3 +1,6 @@ +# System +export PATH="$PATH/$HOME/.local/bin" + # Volta export VOLTA_HOME="$HOME/.local/share/volta" export PATH="$VOLTA_HOME/bin:$PATH"