chore: add !pull to abbreviation list in home declaration

pull/1/head
anemofilia 2023-09-26 03:24:49 -03:00
parent 0338e9e55d
commit 85c4e6a1eb
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 6 additions and 3 deletions

View File

@ -276,7 +276,7 @@
(abbreviation
(name "@research")
(position 'anywhere)
(expansion "$HOME/area/research"))
(expansion "~/area/research"))
#|Quick edit|#
(abbreviation
@ -311,11 +311,14 @@
"yt-dlp --prefer-free-formats '%'"))
#|Guix reconfiguration|#
(abbreviation
(name "!pull")
(position 'anywhere)
(expansion "guix pull"))
(abbreviation
(name "!home")
(expansion
(format #f "guix home reconfigure ~
$XDG_CONFIG_HOME/guix/home.scm")))
"guix home reconfigure ~/.config/guix/home.scm"))
(abbreviation
(name "!system")
(expansion