dotfiles/config/shell/commonenv
2019-04-14 19:41:33 +02:00

9 lines
142 B
Bash

#!/usr/bin/env sh
#
# Bash / ZSH common environment variables and functions
#
export TIME_STYLE='+%Y-%m-%d %H:%M:%S'
eval $(dircolors --sh)