From 44a58e767f5e929004411005646777e2d075b92a Mon Sep 17 00:00:00 2001 From: Ben Kyd Date: Wed, 25 Jan 2023 17:46:50 +0000 Subject: [PATCH] that lol --- home/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.zshrc b/home/.zshrc index ac8f595..02966a6 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -104,6 +104,9 @@ if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && exec tmux fi +#keybindings +keybind '^H' backward-kill-word + export QSYS_ROOTDIR="/home/benk/.cache/yay/quartus-free/pkg/quartus-free-quartus/opt/intelFPGA/21.1/quartus/sopc_builder/bin" source "/home/ben/dprog/Resources/zephyr_master/zephyr/zephyr-env.sh"