Guest User

Untitled

a guest
Jul 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ## ~/.screenrc
  2. shell -$SHELL
  3. defutf8 on
  4. startup_message off
  5.  
  6. escape ``
  7.  
  8. bindkey "\033[1;5C" next
  9. bindkey "\033[1;5D" prev
  10. bindkey "^n" screen
  11. bindkey "^t" screen
  12.  
  13. defscrollback 5000
  14. caption always "%{= 9w} %-w%{= BW} %n %t %{-}%+w %-= @%H - %LD %d %LM - %c"
  15. hardstatus alwayslastline "%{+b 9r}[ %h ] %{9y} Load: %l %-=%{b} %c %d.%m.%Y"
  16.  
  17. shelltitle "> |bash"
  18.  
  19. ## ~/.bash_profile
  20.  
  21. export PS1='\[\033k\033\\\]> '
  22. PS1="\[\e]0;\w\a\]$PS1"
Add Comment
Please, Sign In to add comment