summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-09-20 19:47:00 +0100
committerdakkar <dakkar@thenautilus.net>2015-09-20 19:47:00 +0100
commitab2e99e5e0b3b05457b5e7efb6fb22b8db78749b (patch)
tree8310ac47e07527e2cf66c596f579693e9f515cb1 /.bash_profile
parentadd gtkrc 2.0 (diff)
downloaddotfiles-ab2e99e5e0b3b05457b5e7efb6fb22b8db78749b.tar.gz
dotfiles-ab2e99e5e0b3b05457b5e7efb6fb22b8db78749b.tar.bz2
dotfiles-ab2e99e5e0b3b05457b5e7efb6fb22b8db78749b.zip
smaller bash setup
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile16
1 files changed, 0 insertions, 16 deletions
diff --git a/.bash_profile b/.bash_profile
index 8cad899..f7c29eb 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,5 +1,3 @@
-# /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
@@ -9,17 +7,6 @@ export EDITOR
source ~/perl5/perlbrew/etc/bashrc
export PATH="${HOME}/bin:${PATH}"
-export GPG_TTY="$(tty)"
-
-eval "$(keychain --eval --noask --inherit any-once --agents gpg,ssh id_rsa id_ed25519 75193F88 D7A5DBBE)"
-
-function e() {
- emacsclient "$@"
-}
-
-function se() {
- emacsclient "${@/#//sudo::}"
-}
function pm() {
local fn
@@ -31,6 +18,3 @@ function pm() {
fi
emacsclient -c -n "$fn"
}
-
-fortune
-