summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile20
1 files changed, 14 insertions, 6 deletions
diff --git a/.bash_profile b/.bash_profile
index 6451c08..69caecd 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -8,17 +8,17 @@ EDITOR=vi
export EDITOR
source ~/perl5/perlbrew/etc/bashrc
-export PATH="${HOME}/bin:${PATH}"
+export PATH="${HOME}/bin:${HOME}/.raku/bin:${PATH}"
export GPG_TTY="$(tty)"
-eval "$(keychain --eval --inherit any-once --agents ssh id_rsa id_ed25519)"
+eval "$(keychain --eval --inherit any-once --agents ssh id_rsa)"
function e() {
- emacsclient "$@"
+ emacsclient -n "$@"
}
function se() {
- emacsclient "${@/#//sudo::}"
+ emacsclient -n "${@/#//sudo::}"
}
function pd() {
@@ -44,7 +44,15 @@ function pm() {
emacsclient -c -n "$fn"
}
-export PERLDOC='-MPod::Text::Color::Delight'
+function killmerged() {
+ for b in $(git branch --merged HEAD --no-contains HEAD|grep -vE 'stage|master|svn|develop|uat'); do
+ b="${b##+( )}"
+ b="${b%%+( )}"
+ git branch -d $b && git push origin :$b
+ done
+}
-fortune
+export PERLDOC='-MPod::Text::Color::Delight'
+export COLORFGBG=';0'
+fortune | ponysay -b round -r pose=filly -r group=filly -W i