Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
allworldit
awit-vim-superawesome
Commits
7e4cf51f
Commit
7e4cf51f
authored
Dec 13, 2019
by
Nigel Kukard
Browse files
Merge branch 'delete-bash-file' into 'master'
Delete bashrc-256color.txt See merge request
!15
parents
ee133270
b0eee929
Changes
1
Hide whitespace changes
Inline
Side-by-side
bashrc-256color.txt
deleted
100644 → 0
View file @
ee133270
# To get 256 colors in screen, add this to your bashrc file
if [ "$TERM" == "screen" ]
then
export TERM="screen-256color-s"
else
export TERM="xterm-256color"
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment