mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
basic dotfiles
This commit is contained in:
commit
2ca33576d6
6 changed files with 185 additions and 0 deletions
26
profile
Normal file
26
profile
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
## .profile
|
||||
|
||||
# set locale
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
|
||||
# mono paths
|
||||
#export MANPATH=/Library/Frameworks/Mono.framework/Versions/Current/share/man:$MANPATH
|
||||
#export PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig:$PKG_CONFIG_PATH
|
||||
|
||||
# user path
|
||||
export PATH=~/.local/bin:$PATH
|
||||
|
||||
# local path
|
||||
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
|
||||
|
||||
# node.js path
|
||||
export NODE_PATH=/usr/local/lib/node
|
||||
|
||||
# default editor
|
||||
export EDITOR=vim
|
||||
export VISUAL=vim
|
||||
|
||||
# add some color
|
||||
export GREP_OPTIONS='--color=auto'
|
||||
export CLICOLOR=1;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue