Ver a proveniência

setup color for my new machine

pull/1/head
10sr há 10 anos
ascendente
cometimento
732358e77a
2 ficheiros alterados com 11 adições e 8 eliminações
  1. +1
    -1
      setup.sh
  2. +10
    -7
      shrc

+ 1
- 1
setup.sh Ver ficheiro

@@ -167,7 +167,7 @@ setup_tmux(){
tmux_bg_color=yellow
tmux_fg_color=black
;;
darwin-mba.local)
arch-mba)
tmux_bg_color=cyan
tmux_fg_color=black
;;


+ 10
- 7
shrc Ver ficheiro

@@ -1188,7 +1188,7 @@ then
arch-aspireone)
__my_c4="$__color_yellow"
;;
darwin-mba.local)
arch-mba)
__my_c4="$__color_light_cyan"
;;
newkiwi)
@@ -1241,6 +1241,9 @@ else
# PS1="$(printf $(whoami)@$(hostname)$ )"
fi

###################################
# set header and titles

__my_set_header_line(){
# save current position
printf "\033[s"
@@ -1277,14 +1280,14 @@ __my_set_title(){

if test -n "$TMUX"
then
# running tmux locally
__terminal_title="\$(basename \${PWD})"
elif test -n "$SSH_CONNECTION" && expr "$TERM" : '^screen' >/dev/null
then
# ssh connect from tmux terminal
__terminal_title="`whoami`@`hostname`:\$(basename \${PWD})"
else
if test -n "$SSH_CONNECTION" && expr "$TERM" : '^screen' >/dev/null
then
__terminal_title="`whoami`@`hostname`:\$(basename \${PWD})"
else
__terminal_title="`whoami`@`hostname`:\${PWD}"
fi
__terminal_title="`whoami`@`hostname`:\${PWD}"
fi

if $inzsh


Carregando…
Cancelar
Guardar