Fix for servers

This commit is contained in:
2025-12-26 03:32:18 +01:00
parent 9ece735a0a
commit 7ce8676555
4 changed files with 6 additions and 24 deletions

View File

@@ -2,6 +2,7 @@ source $HOME/.common_shell
if [ -f /etc/NIXOS ]; then
eval "$(starship init bash)"
eval "$(zoxide init bash)"
else
PS1='\u@\h:\w\$ '
fi
@@ -14,7 +15,5 @@ function r() {
rm -f -- "$tmp"
}
eval "$(zoxide init bash)"
# Added by GitLab Knowledge Graph installer
export PATH="$HOME/.local/bin:$PATH"

View File

@@ -7,6 +7,7 @@ export HTTP_HOME="duckduckgo.com"
export RANGER_LOAD_DEFAULT_RC=false
export PATH=$HOME/programs_local/:$HOME/.cargo/bin:~/projects/scripts:/usr/local/bin:$PATH
export PATH=$HOME/programs_local/:~/projects/scripts:~/projects/scripts/other:$PATH
export TERM="xterm"
export MANPAGER="nvim +Man!"
export GOPATH=$HOME/.go
export PATH=$HOME/.go/bin:$PATH