Added screenterm stopgap
This commit is contained in:
parent
5a9dea79ce
commit
6000841c7e
3
.bashrc
3
.bashrc
|
@ -95,6 +95,9 @@ alias lsblk='lsblk -o NAME,FSTYPE,SIZE,TYPE,MOUNTPOINT'
|
|||
# Always use sudo when using nmap.
|
||||
alias nmap='sudo -E nmap'
|
||||
|
||||
# Switch $TERM temporarily (for logging into machines that don't have tmux-256color terminfo)
|
||||
alias screenterm='TERM=screen-256color'
|
||||
|
||||
# I'm tired of managing weechat configs and multiple nicks
|
||||
# Reference: https://wiki.thurstylark.com/Weechat.html
|
||||
|
||||
|
|
Loading…
Reference in New Issue