This website requires JavaScript.
Explore
Help
Sign In
penguincoder
/
bare-dotfiles
Archived
Watch
1
Star
0
Fork
You've already forked bare-dotfiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2021-04-14
. You can view files and clone it, but cannot push or open issues/pull-requests.
3cf895c5c1
bare-dotfiles
/
bin
/
change-tmux-term.bash
5 lines
80 B
Bash
Raw
Blame
History
#!/bin/bash
if
[
[
"
$TERM
"
=
=
"screen"
]
]
;
then
export
TERM
=
xterm-256color
fi
Reference in New Issue
View Git Blame
Copy Permalink