chore: removing unused elements

This commit is contained in:
Matthew Ryan Dillon 2024-10-03 11:49:17 -04:00
parent 15d78d24ed
commit cc26673603
2 changed files with 0 additions and 60 deletions

View file

@ -1,8 +0,0 @@
#!/usr/bin/env zsh
# If reattach-to-user-namespace is not available, just run the command.
if [ -n "$(command -v reattach-to-user-namespace)" ]; then
reattach-to-user-namespace $@
else
exec "$@"
fi