blob: 02cfa7728111248bdb6643e3c71acd6e1d65227d [file] [log] [blame]
d4290efd492020-02-15 01:21:34 +01001set -x hscloud_root (dirname (realpath (status -f)))
2
3if test ! -e "$hscloud_root/WORKSPACE"
4 echo "Could not find WORKSPACE"
5 exit 1
6end
7
8set hscloud_path $hscloud_root/bazel-bin/tools $hscloud_root/bazel-bin/cluster/tools
9if not string match -q $hscloud_path $PATH
10 echo "OwO"
11 set -x PATH $hscloud_path $PATH
12end
13
Serge Bazanski0f8e5a22021-10-16 20:53:51 +000014# Leftover junk. This should be removed, as env.fish is now optional.
15# Do _not_ add more aliases!
d4290efd492020-02-15 01:21:34 +010016function gpg-unlock
17 echo "test" | gpg2 --sign --batch --no-tty -o /dev/null
18end