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