#!/usr/bin/env fish set -g FISH_CMDS_PATH $HOME/.config/herbstluftwm/fish_cmds # cmd_string returns the shell command to invoke # the fish_cmds file title given to it as an argument function cmd_string set -f FISH_PATH (status fish-path) printf "$FISH_PATH\n$FISH_CMDS_PATH/$argv.fish" end