summaryrefslogtreecommitdiffstats
path: root/.config/screen
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-02-22 11:34:52 +0100
committerJoe <rrbo@proton.me>2023-02-22 11:34:52 +0100
commit1e212bba6233518a935198980644281d444d5de5 (patch)
treeb8a3f2a27dc31ecac11f49a72d776bd1f82e1a1f /.config/screen
parentup (diff)
downloaddotfiles-bsd-1e212bba6233518a935198980644281d444d5de5.tar.gz
dotfiles-bsd-1e212bba6233518a935198980644281d444d5de5.tar.bz2
dotfiles-bsd-1e212bba6233518a935198980644281d444d5de5.tar.xz
dotfiles-bsd-1e212bba6233518a935198980644281d444d5de5.tar.zst
dotfiles-bsd-1e212bba6233518a935198980644281d444d5de5.zip
up
Diffstat (limited to '.config/screen')
-rw-r--r--.config/screen/screenrc18
1 files changed, 8 insertions, 10 deletions
diff --git a/.config/screen/screenrc b/.config/screen/screenrc
index 8628fd9..e96cb3d 100644
--- a/.config/screen/screenrc
+++ b/.config/screen/screenrc
@@ -35,7 +35,7 @@ defbce on
# some environment setting
autodetach on
startup_message off
-shell -$SHELL
+shell /usr/bin/zsh
# dynamically udpate shell title, Sometimes it's bothersome...XD
# Need to add this line PROMPT_COMMAND='echo -n -e "\033k\033\134"' to $HOME/.bashrc
@@ -58,20 +58,18 @@ logfile $HOME/tmp/screen-%Y%m%d-%n.log
#deflog on
# caption style
-#caption always "%{.KW} %-w%{.mW}[%n] %t%{.KW}%+w"
-#caption always "%{=u .G} %-w%<%{=ub .y}%n %t%{=u .G}%+w "
-#caption always "%{=u kC} %= %-w%L>%{=b G}[:%n %t:]%{-}%52<%+w %L="
-#caption always "%{= KW}%-w%{= ky} [%n] %t %{-}%+w %-= %{= Kk}[%l] %{= Kk}[%Y/%m/%d %c]"
-
+# caption always "%{.KW} %-w%{.mW}[%n] %t%{.KW}%+w"
+# caption always "%{=u .G} %-w%<%{=ub .y}%n %t%{=u .G}%+w "
+# caption always "%{=u kC} %= %-w%L>%{=b G}[:%n %t:]%{-}%52<%+w %L="
+caption always "%{= KW}%-w%{= ky} [%n] %t %{-}%+w %-= %{= Kk}[%l] %{= Kk}[%Y/%m/%d %c]"
# caption always "%{= KW}%-w%{= kc} [%n] %t %{-}%+w %-= %{= Kk}[%H | %l | %m/%d %c]"
# hardstatus style
# hardstatus alwaysignore
-#hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .W}@%H %=%{= .y} %Y/%m/%d%{= .m} %C %A"
-#hardstatus alwayslastline '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
-#hardstatus alwayslastline "%{R}[ %{w}%1` %{R}]%=%{M}%e %{G}%H %{Y} %c %{R} %d/%m/%Y %{K} Load: %l %{w}"
+# hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .W}@%H %=%{= .y} %Y/%m/%d%{= .m} %C %A"
+# hardstatus alwayslastline '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
+# hardstatus alwayslastline "%{R}[ %{w}%1` %{R}]%=%{M}%e %{G}%H %{Y} %c %{R} %d/%m/%Y %{K} Load: %l %{w}"
# hardstatus alwayslastline "%{= wk} %{by} %H %{wk} | %-Lw%{kw}◣%{= g}%n%f* %t%{wk}◤%{wk}%+Lw%< %= %{kw}◣%{= R} [%m/%d %c] %{-}"
-
# Ctrl + left : prev
# Ctrl + right : next
bindkey "^[O5D" prev