mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
12 lines
156 B
Bash
12 lines
156 B
Bash
#
|
|
# Linux specific setup
|
|
#
|
|
|
|
# Aliases
|
|
alias o="xdg-open"
|
|
|
|
# Ensure 256 color support in Linux
|
|
export TERM="xterm-256color"
|
|
|
|
path_append "/opt/tigervnc/bin"
|