mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
Compare commits
No commits in common. "fb45cc52794eb848575250d2684b3faeb0b91a98" and "443c60578c8ee811b497a92eb75fc85714c86436" have entirely different histories.
fb45cc5279
...
443c60578c
2 changed files with 1 additions and 4 deletions
|
@ -4,7 +4,7 @@ if [ -f ~/.bashrc ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Enable shell prompt colors (will not apply to command prompt).
|
# Enable shell prompt colors (will not apply to command prompt).
|
||||||
export PS1='\[\e[38;5;46m\]\u\[\e[38;5;2m\]@\[\e[38;5;46m\]\h\[\e[38;5;2m\]:\[\e[38;5;33m\]\w\[\033[0m\]$ '
|
export PS1='\[\033[1;36m\]\u\[\033[1;31m\]@\[\033[1;32m\]\h:\[\033[1;35m\]\w\[\033[1;31m\]\$\[\033[0m\] '
|
||||||
|
|
||||||
# Export GPG_TTY for signing stuff with gpg
|
# Export GPG_TTY for signing stuff with gpg
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
# Enable PS1 colors
|
# Enable PS1 colors
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
# Set custom right status bar: hostname.domain | RFC 3339
|
|
||||||
set -g status-right '#(hostname).#(hostname -d) | #(date +"%Y-%m-%d %H:%M:%S")'
|
|
||||||
|
|
||||||
# Resize to smallest attached client
|
# Resize to smallest attached client
|
||||||
set -g window-size smallest
|
set -g window-size smallest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue