mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-24 04:11:56 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
23 lines
302 B
Nu
23 lines
302 B
Nu
# Display help and exit
|
|
extern "apt-spy" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Debian distribution
|
|
extern "apt-spy stable testing unstable" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Servers in the areas
|
|
extern "apt-spy Africa Asia Europe North-America Oceania South-America" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Update mirror list
|
|
extern "apt-spy update" [
|
|
|
|
...args
|
|
] |