mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-01 16:53:07 +01:00
Update these filthy animals
This commit is contained in:
parent
f8ec4671b5
commit
f1445d1981
@ -11,8 +11,8 @@
|
|||||||
(package! autothemer)
|
(package! autothemer)
|
||||||
(package! catppuccin-theme)
|
(package! catppuccin-theme)
|
||||||
(package! elpher)
|
(package! elpher)
|
||||||
;;(package! gemini :recipe
|
(package! gemini :recipe
|
||||||
;; (:host nil :repo "https://git.carcosa.net/jmcbray/gemini.el"))
|
(:host nil :repo "https://git.carcosa.net/jmcbray/gemini.el"))
|
||||||
(package! python-docstring)
|
(package! python-docstring)
|
||||||
(package! importmagic)
|
(package! importmagic)
|
||||||
(package! systemd)
|
(package! systemd)
|
||||||
|
@ -100,9 +100,6 @@ function zrmcomp() {
|
|||||||
done
|
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.
|
# Invoke this every time you change .zshrc to recompile it.
|
||||||
function src() {
|
function src() {
|
||||||
autoload -U zrecompile
|
autoload -U zrecompile
|
||||||
@ -123,9 +120,6 @@ function mkd() { mkdir -p "$@" && cd "$_"; }
|
|||||||
# Display pids of commands.
|
# Display pids of commands.
|
||||||
function pids() { pgrep -a "$@"; }
|
function pids() { pgrep -a "$@"; }
|
||||||
|
|
||||||
# zshall manpage.
|
|
||||||
function manzsh() { /usr/bin/man zshall | most +/"$1" ; }
|
|
||||||
|
|
||||||
# Restart zsh.
|
# Restart zsh.
|
||||||
function restart() { exec $SHELL $SHELL_ARGS "$@"; }
|
function restart() { exec $SHELL $SHELL_ARGS "$@"; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user