From 9ac6b5d14ccbec48304a23c2190df27b92d23358 Mon Sep 17 00:00:00 2001 From: Aurel Feer Date: Mon, 2 Dec 2024 16:48:13 +0100 Subject: [PATCH] adjust home directory in bash_profile --- bash/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bash_profile b/bash/.bash_profile index f3073cf..e26b5eb 100755 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -5,7 +5,7 @@ export PS1="\[\033[1;31m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\] export CLICOLOR=1 export LSCOLORS=ExFxBxDxCxegedabagacad -export PATH="$PATH":/home/aurelfeer/.local/bin +export PATH="$PATH":$HOME/.local/bin alias ls='ls -AFh --color' alias vim=nvim