UPD: i like it now.

This commit is contained in:
2019-04-14 00:43:17 +02:00
parent 603c55f88e
commit 42621ace3a
20 changed files with 131 additions and 57 deletions

View File

@@ -0,0 +1,9 @@
# /etc/bashrc.local
PS1='\u@\w/ \$ '
export PS1
alias ls="ls -F --color"
alias l="ls -ahl"
#end