petits-scripts-persos/term

4 lines
158 B
Plaintext
Raw Normal View History

2022-02-26 16:06:53 +00:00
#!/bin/sh
cd "$(readlink -f "/proc/$(pgrep -P $(xdotool getwindowpid "$(xdotool getactivewindow)"))/cwd")" &>/dev/null || cd "$HOME"
exec st "${SHELL:-bash}"