chore: add !pull to abbreviation list in home declaration
parent
0338e9e55d
commit
85c4e6a1eb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue