1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00
wezterm/assets/open-wezterm-here

6 lines
213 B
Plaintext
Raw Normal View History

#!/bin/sh
# This script is a helper that starts a new terminal window
# in the cwd of the calling process, rather than using the
# default cwd which is usually the home directory.
wezterm start --cwd $PWD -- "$@"