mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:26:42 +00:00
10 lines
123 B
Bash
10 lines
123 B
Bash
#
|
|
# Linux specific setup
|
|
#
|
|
|
|
# Aliases
|
|
alias o="xdg-open"
|
|
|
|
# Ensure 256 color support in Linux
|
|
export TERM="xterm-256color"
|