update fish configs

This commit is contained in:
LordMZTE 2022-09-25 16:42:45 +02:00
parent 55cb94afa8
commit 488a002915
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
if set -q MZTE_ENV_SET
exit
end
set -gx MZTE_ENV_SET
# use clang compiler
export CC=clang
export CXX=clang++

View file

@ -0,0 +1,7 @@
# Hoard bindings
function __hoard_list
set hoard_command (hoard --autocomplete list 3>&1 1>&2 2>&3)
commandline -j $hoard_command
end
bind --user -M default -m insert q __hoard_list