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"