Skip to content

Commit

Permalink
1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscolourenco committed Jul 4, 2021
1 parent 3524fdb commit 7fda8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf.d/done.fish
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

set -g __done_version 1.16.2
set -g __done_version 1.16.3

function __done_run_powershell_script
set -l powershell_exe (command --search "powershell.exe")
Expand Down Expand Up @@ -112,7 +112,7 @@ function __done_is_tmux_window_active
# ppid == "tmux" -> break
set tmux_fish_pid $fish_pid
while set tmux_fish_ppid (ps -o ppid= -p $tmux_fish_pid | string trim)
and ! string match -q "tmux*" (basename (ps -o command= -p $tmux_fish_ppid))
and ! string match -q "tmux*" (basename (ps -o command= -p $tmux_fish_ppid))
set tmux_fish_pid $tmux_fish_ppid
end

Expand Down

0 comments on commit 7fda8f2

Please sign in to comment.