diff options
| author | Manuel Amago <mamago@gmail.com> | 2014-11-23 12:26:33 +0000 |
|---|---|---|
| committer | Manuel Amago <mamago@gmail.com> | 2014-11-23 12:26:33 +0000 |
| commit | abc2509e9205306305a9d098abaaaaf351274de0 (patch) | |
| tree | 1e38fc548402f066dcb61a9243bb78ec6a2eb8c2 /dot-profile | |
| download | dotfiles-abc2509e9205306305a9d098abaaaaf351274de0.tar.gz dotfiles-abc2509e9205306305a9d098abaaaaf351274de0.zip | |
Initial commit
Diffstat (limited to 'dot-profile')
| -rw-r--r-- | dot-profile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dot-profile b/dot-profile new file mode 100644 index 0000000..d6d3e87 --- /dev/null +++ b/dot-profile @@ -0,0 +1,35 @@ + +# MacPorts Installer addition on 2010-01-16_at_22:19:33: adding an appropriate PATH variable for use with MacPorts. +export PATH=/opt/local/bin:/opt/local/sbin:$PATH +# Finished adapting your PATH environment variable for use with MacPorts. + +. ~/bin/navigation.sh + +# Eternal bash history. +# --------------------- +export HISTFILESIZE= +export HISTSIZE= +export HISTTIMEFORMAT="[%F %T] " +# Change the file location because certain bash sessions truncate .bash_history file upon close. +export HISTFILE=~/.bash_eternal_history + +# Use MacPorts GNU commands instead of Mac BSD defaults +alias sort=/opt/local/libexec/gnubin/sort +alias ls='/opt/local/libexec/gnubin/ls --color=auto' +alias grep='grep --color=auto' +alias fgrep='fgrep --color=auto' +alias egrep='egrep --color=auto' + +# some more ls aliases +alias ll='ls -alF' +alias la='ls -A' +alias l='ls -CF' + +## +# Your previous /Users/mamago/.profile file was backed up as /Users/mamago/.profile.macports-saved_2014-11-02_at_10:11:49 +## + +# MacPorts Installer addition on 2014-11-02_at_10:11:49: adding an appropriate PATH variable for use with MacPorts. +export PATH="/opt/local/bin:/opt/local/sbin:$PATH" +# Finished adapting your PATH environment variable for use with MacPorts. + |
