refactor: Replace invalid shebang lines

This commit is contained in:
Koichi Murase
2022-01-15 15:46:11 +09:00
parent abff767533
commit 3d2b35a3eb
141 changed files with 141 additions and 96 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
# -*- mode: bash -*-
which register-python-argcomplete &> /dev/null \
&& eval "$(register-python-argcomplete conda)" \
|| echo "Please install argcomplete to use conda completion" > /dev/null