diff --git a/doom/.doom.d/packages.el b/doom/.doom.d/packages.el index 5fcf504..8892c1e 100644 --- a/doom/.doom.d/packages.el +++ b/doom/.doom.d/packages.el @@ -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) diff --git a/zsh/.zshrc.d/functions.zsh b/zsh/.zshrc.d/functions.zsh index 844585e..df045bb 100644 --- a/zsh/.zshrc.d/functions.zsh +++ b/zsh/.zshrc.d/functions.zsh @@ -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 "$@"; }