add readme and some minor config changes

This commit is contained in:
2025-08-16 17:11:43 +02:00
parent 8cfb57f4be
commit f414fef84b
4 changed files with 79 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ alias ls='ls --color=auto'
alias la='ls --color=auto -plhA'
alias grep='grep --color=auto'
PS1='\n\h \W\n\$ '
PS1='\n\h \w\n\$ '
export PATH="$PATH:$HOME/.local/bin"
export EDITOR=vim