changelog shortlog graph tags branches files raw help

Mercurial > infra > home / changeset: bump

changeset 33: 1520b4afdeba
parent 25: 9b588a7e55d3 (current diff)
parent 29: 614d9cfe96a2 (diff)
child 34: 6eef2d50b7fd
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 01 Jun 2024 23:44:31 -0400
files:
description: bump
     1.1--- a/.bashrc	Wed May 29 11:42:42 2024 -0400
     1.2+++ b/.bashrc	Sat Jun 01 23:44:31 2024 -0400
     1.3@@ -5,46 +5,38 @@
     1.4 export LISP='sbcl'
     1.5 export ESHELL='/usr/bin/bash'
     1.6 export ORGANIZATION='The Compiler Company'
     1.7-export TERM='xterm-256color'
     1.8 export MANPATH="/usr/local/man:$MANPATH"
     1.9 export LANG=en_US.UTF-8
    1.10 export ALTERNATE_EDITOR=''
    1.11-export EDITOR='emacsclient -t -a='
    1.12-export VISUAL='emacsclient -c'
    1.13+export EDITOR='emacsclient -a='
    1.14 # sudo pacman -Sy seahorse libgnome-keyring libsecret
    1.15 #export SSH_ASKPASS=/usr/lib/seahorse/ssh-askpass
    1.16 # git config --global credential.helper /usr/lib/git-core/git-credential-libsecret
    1.17 export XDG_CONFIG_HOME=$HOME/.config
    1.18 export XDG_CACHE_HOME=$HOME/.cache
    1.19-export XDG_DATA_HOME=$HOME/.data 
    1.20-export XDG_STATE_HOME=$HOME/.state 
    1.21-export XDG_STATE_HOME=$HOME/.state 
    1.22-export XDG_DESKTOP_DIR=$HOME/Desktop
    1.23-export XDG_DOCUMENTS_DIR=$HOME/stash/docs
    1.24-export XDG_DOWNLOAD_DIR=$HOME/stash/dl
    1.25-export XDG_MUSIC_DIR=$HOME/media/music
    1.26-export XDG_PICTURES_DIR=$HOME/media/pictures
    1.27-export XDG_PUBLICSHARE_DIR=$HOME/stash/public
    1.28-export XDG_TEMPLATES_DIR=$HOME/stash/templates
    1.29-export XDG_VIDEOS_DIR=$HOME/media/videos
    1.30-# custom configs
    1.31-export FREESOUND_CONFIG="~/.config/freesound.json"
    1.32-export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
    1.33+
    1.34 # aliases
    1.35 eman() {
    1.36-    emacsclient -c -e "(man \"$1\")"
    1.37+    emacsclient -t -e "(man \"$1\")" -a=
    1.38 }
    1.39 
    1.40+eww() {
    1.41+ emacsclient -t -e '(eww-browse-url "'"$1"'")' -a=
    1.42+}
    1.43+alias em='emacsclient -a='
    1.44 alias ec='emacsclient -c -a='
    1.45 alias et='emacsclient -t -a='
    1.46-alias lr='rlwrap sbcl'
    1.47+alias skm='skel make'
    1.48+alias hmi='homer install'
    1.49+alias lisp='rlwrap sbcl'
    1.50 alias hgpu='hg pull -u'
    1.51 alias hgc='hg ci -m'
    1.52 alias hgp='hg push'
    1.53-alias hgfe='hg-fast-export.sh'
    1.54+
    1.55 # VCS
    1.56 alias hgsub='find . -name ".hg" -type d | grep -v "\./\.hg" | xargs -n1 dirname | xargs -iREPO hg -R REPO'
    1.57 
    1.58 alias q='QHOME=~/q rlwrap -r ~/q/l64/q'
    1.59 alias ..='cd ..'
    1.60+
    1.61 complete -c man which
     2.1--- a/.homerc	Wed May 29 11:42:42 2024 -0400
     2.2+++ b/.homerc	Sat Jun 01 23:44:31 2024 -0400
     2.3@@ -1,8 +1,8 @@
     2.4 ;;; -*- mode:skel; -*-
     2.5 :user ellis
     2.6-:packy "~/.packy"
     2.7+:packy "~/.stash/packy"
     2.8 :wm :stumpwm
     2.9 :shell :bash
    2.10-:browser "/usr/bin/chromium"
    2.11+:browser "eww"
    2.12 :editor :emacs
    2.13-:src "~/dev/comp/home/"
    2.14+:src "~/comp/home/"