mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-01 08:43:08 +01:00
Update these filthy animals
This commit is contained in:
parent
f8ec4671b5
commit
f1445d1981
@ -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)
|
||||
|
@ -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 "$@"; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user