Skip to content

Commit

Permalink
Changed how bash is invoked.
Browse files Browse the repository at this point in the history
  • Loading branch information
dexpota committed May 13, 2019
1 parent 98b5875 commit f0b4a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tools/generate_theme_preview.sh
Expand Up @@ -9,7 +9,7 @@ id=$(kitty @ new-window --title themes --window-type os --cwd "$tools")
# get system id of the new created window
sys_id=$(./windowid.swift "kitty" "themes")
# start bash without reading the profile nor the configuration
kitty @ send-text --match id:$id "/usr/local/bin/bash --noprofile --norc\n"
kitty @ send-text --match id:$id "/usr/bin/env bash --noprofile --norc\n"

# save all preview in this directory
previews="$root/_previews"
Expand Down

0 comments on commit f0b4a55

Please sign in to comment.