This commit is contained in:
Snoweuph 2024-07-29 23:16:08 +02:00
parent a9ea502751
commit 93db3d0320
Signed by: Snoweuph
GPG key ID: A494330694B208EF
2 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,7 @@ esac
if mount | grep -q 'ostree'; then if mount | grep -q 'ostree'; then
export HOME="/var/home/$(whoami)" export HOME="/var/home/$(whoami)"
is_ostree=1 is_ostree=1
alias docker=podman
fi fi
################################## ##################################
@ -94,4 +95,3 @@ alias todo="nvim ~/Documents/Notes/Todo.md"
alias nano="nvim" alias nano="nvim"
alias neofetch="fastfetch" alias neofetch="fastfetch"

View file

@ -1,3 +1,6 @@
# System
export PATH="$PATH/$HOME/.local/bin"
# Volta # Volta
export VOLTA_HOME="$HOME/.local/share/volta" export VOLTA_HOME="$HOME/.local/share/volta"
export PATH="$VOLTA_HOME/bin:$PATH" export PATH="$VOLTA_HOME/bin:$PATH"