summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-06-13 11:06:24 +0100
committerdakkar <dakkar@thenautilus.net>2015-06-13 11:06:24 +0100
commitde8c0cc21957afa555a2d6b08e6777329c4d2942 (patch)
tree6fdaded222a9fc288cac6accfa107eb4a1331f86 /.bash_profile
downloaddotfiles-de8c0cc21957afa555a2d6b08e6777329c4d2942.tar.gz
dotfiles-de8c0cc21957afa555a2d6b08e6777329c4d2942.tar.bz2
dotfiles-de8c0cc21957afa555a2d6b08e6777329c4d2942.zip
Import from nautilus
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile25
1 files changed, 25 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
new file mode 100644
index 0000000..47aae0f
--- /dev/null
+++ b/.bash_profile
@@ -0,0 +1,25 @@
+# /etc/skel/.bash_profile
+
+# This file is sourced by bash for login shells. The following line
+# runs your .bashrc and is recommended by the bash info pages.
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+
+EDITOR=vi
+export EDITOR
+
+source ~/perl5/perlbrew/etc/bashrc
+export PATH="${HOME}/bin:${PATH}"
+export GPG_TTY="$(tty)"
+
+eval "$(keychain --eval --noask --inherit any-once id_rsa id_nap_rsa 75193F88 D7A5DBBE)"
+
+function e() {
+ emacsclient "$@"
+}
+
+function se() {
+ emacsclient "${@/#//sudo::}"
+}
+
+fortune
+