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