cleanup
This commit is contained in:
parent
a9ea502751
commit
93db3d0320
2 changed files with 4 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -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"
|
||||||
|
|
||||||
|
|
3
.profile
3
.profile
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue