summaryrefslogtreecommitdiff
path: root/dot-profile
diff options
context:
space:
mode:
Diffstat (limited to 'dot-profile')
-rw-r--r--dot-profile35
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.
+