This commit is contained in:
mercury
2022-10-04 18:36:08 +04:00
commit b0f8bd56c4
35 changed files with 8217 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
export LANG=ru_RU.utf8
alias ls='ls $LS_OPTIONS'
alias ll='ls -lah'
PS1='[\[\e[0;94m\]\u\[\e[0;37m\]@\[\e[0;31m\]\h\[\e[0;36m\] $PWD\[\e[0;37m\]]\$\[\e[0m\] '
export LS_OPTIONS='--color=auto'
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
;;
esac