mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
Fix for servers
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user