reboot: chezmoi
This commit is contained in:
parent
1dfcb6068f
commit
e8846ec72b
36 changed files with 5 additions and 1387 deletions
8
home/bin/executable_safe-reattach-to-user-namespace
Normal file
8
home/bin/executable_safe-reattach-to-user-namespace
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue