mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 15:04:24 -05:00
Cleanup
This commit is contained in:
11
home/.bashrc
11
home/.bashrc
@@ -1,18 +1,9 @@
|
||||
source $HOME/.common_shell
|
||||
|
||||
# useful fror checking for nix or other
|
||||
if [ -f /etc/NIXOS ]; then
|
||||
# We're on NixOS
|
||||
eval "$(starship init bash)"
|
||||
else
|
||||
#Default prompt
|
||||
if [ -f "$HOME/programs_local/starship" ]; then
|
||||
export STARSHIP_CONFIG=~/configuration/other/starship.toml
|
||||
|
||||
eval "$(starship init bash)"
|
||||
else
|
||||
PS1='\u@\h:\w\$ '
|
||||
fi
|
||||
PS1='\u@\h:\w\$ '
|
||||
fi
|
||||
|
||||
export EDITOR="nvim"
|
||||
|
||||
Reference in New Issue
Block a user