From abc2509e9205306305a9d098abaaaaf351274de0 Mon Sep 17 00:00:00 2001 From: Manuel Amago Date: Sun, 23 Nov 2014 12:26:33 +0000 Subject: Initial commit --- dot-profile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dot-profile (limited to 'dot-profile') 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. + -- cgit v1.2.1