mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:26:39 +00:00
Major revamp of shell init - drop bash support, focus on zsh
This commit is contained in:
8
zsh/linux.zsh
Normal file
8
zsh/linux.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Linux specific setup
|
||||
#
|
||||
|
||||
# Ensure 256 color support in Linux
|
||||
if [[ "$(uname)" == "Linux" ]]; then
|
||||
export TERM="xterm-256color"
|
||||
fi
|
||||
Reference in New Issue
Block a user