Difference between revisions of "IT-OS-Config-Samer"
Jump to navigation
Jump to search
(→bashrc) |
(→Console colors) |
||
| Line 27: | Line 27: | ||
==Console colors== | ==Console colors== | ||
| − | + | * BackgroundColour=40,42,54 #282A36 | |
| − | * BackgroundColour=40,42,54 | + | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==DPI-Resoulation== | ==DPI-Resoulation== | ||
* http://dpi.lv/ | * http://dpi.lv/ | ||
Revision as of 19:26, 19 December 2019
bashrc
PS1="[\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w]\[\033[00m\]\$ " PS1="[\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w]\[\033[00m\]`__git_ps1`\n$ "
if [ "$color_prompt" = yes ]; then
PS1='[${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]]\n\$ '
else
PS1='[${debian_chroot:+($debian_chroot)}\u@\h:\w]\n\$ '
fi
alias ls='ls -alh' alias dir='ls -alh' alias cls='clear' alias kgn='kc get nodes' alias kgd='kc get deploy' alias kgp='kc get pods' alias kgs='kc get svc' # ... alias kdn='kc describe nodes' alias kdd='kc describe deploy' alias kdp='kc describe pods' alias kds='kc describe svc'
Console colors
- BackgroundColour=40,42,54 #282A36
DPI-Resoulation
- http://dpi.lv/
- HP-Box: 15.6" @ (1366 x 768) >> 100 DPI
- HP-Box: 17.3" @ (1366 x 768) >> 91 DPI
xdpyinfo | grep dots