Update 2024-01-22 17:52 OpenBSD/amd64-x13
This commit is contained in:
parent
29731e0eb3
commit
5daf854d52
8
.kshrc
8
.kshrc
@ -62,11 +62,11 @@ export LESS LESSHISTFILE
|
|||||||
# PROMPT
|
# PROMPT
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
C1="\[$(tput setaf 241)\]" # gray
|
C1="\[$(tput setaf 241)\]" # gray
|
||||||
#C2="\[$(tput setaf 208)\]" # orange
|
#C2="\[$(tput setaf 208)\]" # orange
|
||||||
C2="\[$(tput setaf 37)\]" # green
|
C2="\[$(tput setaf 37)\]" # green
|
||||||
C0="\[$(tput op)\]" # reset
|
C0="\[$(tput op)\]" # reset
|
||||||
x=$(print \\001) # hack from ksh(1)
|
x=$(print \\001) # hack from ksh(1)
|
||||||
PS1="$x\${C1}[\${C2}\h\${C1}](\${C2}\${?}\${C1})(\${C2}\W\${C1})\\$ \${C0}$x"
|
PS1="$x\${C1}[\${C2}\h\${C1}](\${C2}\${?}\${C1})(\${C2}\W\${C1})\\$ \${C0}$x"
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
17
.tmux.conf
17
.tmux.conf
@ -94,17 +94,18 @@ set -g bell-action none
|
|||||||
# set -g pane-border-style 'bg=colour0 fg=colour202'
|
# set -g pane-border-style 'bg=colour0 fg=colour202'
|
||||||
# set -g pane-active-border-style 'bg=colour0 fg=colour202'
|
# set -g pane-active-border-style 'bg=colour0 fg=colour202'
|
||||||
#
|
#
|
||||||
|
set -g status-interval 60
|
||||||
## statusbar
|
## statusbar
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
set -g status-style 'bg=colour236 fg=colour246'
|
set -g status-style 'bg=colour234 fg=colour30'
|
||||||
# set -g status-right ''
|
set -g status-right '#(date +%H:%M)'
|
||||||
# set -g status-left ' '
|
set -g status-left ''
|
||||||
# set -g status-right-length 10
|
set -g status-right-length 20
|
||||||
# set -g status-left-length 10
|
set -g status-left-length 1
|
||||||
# #
|
# #
|
||||||
# setw -g window-status-current-style ''
|
setw -g window-status-current-style ''
|
||||||
# setw -g window-status-current-format '#[fg=colour246]#I:#[fg=colour37]#W'
|
setw -g window-status-current-format '#[fg=colour37]#[bg=colour235]#I:#W'
|
||||||
# #
|
# #
|
||||||
# setw -g window-status-style ''
|
# setw -g window-status-style ''
|
||||||
# setw -g window-status-format '#[fg=colour246]#I:#W'
|
setw -g window-status-format '#[fg=colour30]#I:#W'
|
||||||
|
Loading…
Reference in New Issue
Block a user