This commit is contained in:
swagg boi 2025-03-14 01:27:07 +00:00
parent f68af60aa2
commit 1d0ec88147

View File

@ -1,5 +1,3 @@
PS1="$USER:!$ "
if [ -x /usr/games/fortune ]; then if [ -x /usr/games/fortune ]; then
echo echo
/usr/games/fortune /usr/games/fortune
@ -19,6 +17,7 @@ alias p='cat'
alias n='cat -n' alias n='cat -n'
# exports # exports
export PS1='$USER:/${PWD#/}:!$ '
export EDITOR='mg' export EDITOR='mg'
export PATH="$HOME/bin:$PATH" export PATH="$HOME/bin:$PATH"
export HISTFILE="$HOME/.sh_history" export HISTFILE="$HOME/.sh_history"