dotfiles/config/shell/commonenv

9 lines
142 B
Plaintext
Raw Normal View History

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