fade 2023-05-21 18:29:14 +01:00
parent 999fdff5cb
commit d94dc0a9d4
3 changed files with 31 additions and 0 deletions

6
.bashincludes 100644
View File

@ -0,0 +1,6 @@
alias sr='screen -dr'
alias ss='screen -S'
alias sls='screen -ls'
alias s='screen -dr'
PS1="[\A] \[\e[35m\]\u\[\e[m\]@\[\e[36m\]\h\[\e[m\]:\w \[\e[31m\]\[\e[m\]\\$ "

View File

@ -0,0 +1,5 @@
insecure
host = localhost
nick = fade
real = fade
join = #announcements,#tildetown,#projects,#programming

20
.screenrc 100644
View File

@ -0,0 +1,20 @@
shelltitle "$ |bash"
#hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'
caption always "%{=b db}%D, %d. %M '%y %{=b dw}%c:%s %{=b dm}[%{= dm}${USER}@%{= dm}%H%{=b dm}] %{=b d2}%l %{=b dm}%u %{=b dy} %={ %?%{= dc}%-Lw%?%{+b dy}(%{-b r}%n:%t%{+b dy})%?(%u)%?%{-dc}%?%{= dc}%+Lw%? %{=b dy}}"
startup_message off
nethack on
deflogin on
vbell off
defshell -bash
defscrollback 1024
termcapinfo xterm|xterms|xs|rxvt ti@:te@
bindkey ^N screen
bindkey ^T title
bindkey "^[[C" next
bindkey "^[[D" prev
screen -t "bash" bash
screen -t "irc" bash