mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 17:52:58 +01:00
update fish configs
This commit is contained in:
parent
55cb94afa8
commit
488a002915
2 changed files with 12 additions and 0 deletions
|
@ -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++
|
||||
|
|
7
.config/fish/conf.d/99-hoard.fish
Normal file
7
.config/fish/conf.d/99-hoard.fish
Normal 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
|
Loading…
Reference in a new issue