Only initialize OS-specific shell aliases on the target OS

This commit is contained in:
2020-05-03 16:00:46 +01:00
parent 57bd402736
commit 75ec8125d9
3 changed files with 14 additions and 10 deletions

View File

@@ -2,5 +2,8 @@
# Linux specific setup
#
# Aliases
alias o="xdg-open"
# Ensure 256 color support in Linux
export TERM="xterm-256color"