Browse Source

++macos

master
Maxim Likhachev 6 years ago
parent
commit
9edf5ce46a
  1. 4
      etc/shell/bash/bashrc
  2. 2
      etc/shell/bash/bashrc_linux
  3. 2
      etc/shell/bash/bashrc_macos

4
etc/shell/bash/bashrc

@ -1,6 +1,6 @@
#!/bin/bash #################################################################### #!/bin/bash ####################################################################
# #
# Изменён: вт 19 фев 2019 13:04:53 # Изменён: вт 19 фев 2019 13:49:26
# #
################################################################################ ################################################################################
@ -212,8 +212,6 @@ esac
[ -n "$SSH_CLIENT" ] && PROMPT_SHH="[${red}ssh${PROMPT_COLOR}]" [ -n "$SSH_CLIENT" ] && PROMPT_SHH="[${red}ssh${PROMPT_COLOR}]"
PS1="$PROMPT_COLOR┌─[$yellow\h$PROMPT_COLOR]─(${yellow}\j${PROMPT_COLOR})$PROMPT_SHH─[$yellow\w$PROMPT_COLOR]\n$PROMPT_COLOR└─[$PROMPT_COLOR\t]\$ $rstc"
PS2="$green-> $rstc" PS2="$green-> $rstc"
PS3="$green+> $rstc" PS3="$green+> $rstc"
PS4="$green++ $rstc" PS4="$green++ $rstc"

2
etc/shell/bash/bashrc_linux

@ -22,3 +22,5 @@ shopt -s dirspell #Исправление имен директорий при
# export LS_COLORS=$($BASHRC/ls_colors_generator.py) # export LS_COLORS=$($BASHRC/ls_colors_generator.py)
export LS_COLORS=$(cat $BASHRC/ls_colors_generated) export LS_COLORS=$(cat $BASHRC/ls_colors_generated)
PS1="$PROMPT_COLOR┌─[$yellow\h$PROMPT_COLOR]─(${yellow}\j${PROMPT_COLOR})$PROMPT_SHH─[$yellow\w$PROMPT_COLOR]\n$PROMPT_COLOR└─[$PROMPT_COLOR\t]\$ $rstc"

2
etc/shell/bash/bashrc_macos

@ -21,3 +21,5 @@ pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:\
*.c=00;04:*.cpp=00;04:*.pas=00;04:*.ui=00;04:*.sh=00;04:*.py=00;04:*.rb=00;04:\ *.c=00;04:*.cpp=00;04:*.pas=00;04:*.ui=00;04:*.sh=00;04:*.py=00;04:*.rb=00;04:\
*.gl=01;35:*.dl=01;35:" *.gl=01;35:*.dl=01;35:"
PS1="$PROMPT_COLOR[${yellow}devopc${PROMPT_COLOR}]-(${yellow}\j${PROMPT_COLOR})$PROMPT_SHH-[$yellow\w$PROMPT_COLOR]\n$PROMPT_COLOR[$PROMPT_COLOR\t]\$ $rstc"

Loading…
Cancel
Save