Update these filthy animals

This commit is contained in:
Jeffrey Serio 2022-12-18 11:17:47 -06:00
parent f8ec4671b5
commit f1445d1981
2 changed files with 2 additions and 8 deletions

View File

@ -11,8 +11,8 @@
(package! autothemer)
(package! catppuccin-theme)
(package! elpher)
;;(package! gemini :recipe
;; (:host nil :repo "https://git.carcosa.net/jmcbray/gemini.el"))
(package! gemini :recipe
(:host nil :repo "https://git.carcosa.net/jmcbray/gemini.el"))
(package! python-docstring)
(package! importmagic)
(package! systemd)

View File

@ -100,9 +100,6 @@ function zrmcomp() {
done
}
# grep(1)'ing $HISTFILE.
function histgrep () { fc -fl -m "*(#i)$1*" 1 | grep -i --color $1 }
# Invoke this every time you change .zshrc to recompile it.
function src() {
autoload -U zrecompile
@ -123,9 +120,6 @@ function mkd() { mkdir -p "$@" && cd "$_"; }
# Display pids of commands.
function pids() { pgrep -a "$@"; }
# zshall manpage.
function manzsh() { /usr/bin/man zshall | most +/"$1" ; }
# Restart zsh.
function restart() { exec $SHELL $SHELL_ARGS "$@"; }