From 2d94b18190e3e998f55cf186c090392404b7e043 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 13 Jun 2015 10:18:47 +0000 Subject: luxion conf --- .bash_profile | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index c3d4e4a..94a6622 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,34 +3,3 @@ # 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::}" -} - -function pm() { - local fn - local ex - fn="$(perldoc -l "$1")" - ex=$? - if [[ $ex != 0 ]]; then - return $ex - fi - emacsclient -c -n "$fn" -} - -fortune - -- cgit v1.2.3