Add eza + fzf packages and zsh func
This commit is contained in:
parent
83859e4027
commit
b0f4260a30
@ -12,6 +12,7 @@
|
||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/"
|
||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/"
|
||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/"
|
||||
"/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/"
|
||||
];
|
||||
};
|
||||
|
||||
@ -50,6 +51,11 @@
|
||||
command = "firefox";
|
||||
name = "open-firefox";
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5" = {
|
||||
binding = "<Super>y+e";
|
||||
command = "kitty --start-as=normal -- bash -ic 'repo'";
|
||||
name = "open-repos";
|
||||
};
|
||||
|
||||
"org/gnome/shell" = {
|
||||
disable-user-extensions = false; # enables user extensions
|
||||
|
@ -18,6 +18,11 @@
|
||||
fi
|
||||
rm -f -- "$tmp"
|
||||
}
|
||||
function proj() {
|
||||
lsn -ld ~/repos/* --color=never | \
|
||||
awk '{print $7}' | \
|
||||
fzf --reverse | xargs -I{} code {} -n && exit
|
||||
}
|
||||
'';
|
||||
history.size = 10000;
|
||||
history.ignoreAllDups = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user