remove lots of folders
default.nix be gone
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
# TODO: add remote-exec once packaged
|
||||
programs.bash.initExtra = ''
|
||||
# remote-exec
|
||||
if command -v remote >/dev/null && remote-quick >/dev/null; then
|
||||
if command -v remote >/dev/null && command -v remote-quick >/dev/null; then
|
||||
complete -F _command remote
|
||||
complete -F _command remote-quick
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user