From 42c830fecf6a3d85c51ac8538a2198daa8e4e261 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 25 Jan 2022 19:49:32 +0100 Subject: fix: remove poetry autocomplete --- .config/shell/profile | 3 --- 1 file changed, 3 deletions(-) (limited to '.config/shell') diff --git a/.config/shell/profile b/.config/shell/profile index a3f5951..824dcff 100755 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -44,9 +44,6 @@ export PATH="${XDG_DATA_HOME:-$HOME/.local/share}/cargo/bin:$PATH" export PATH="/opt/cuda/bin:$PATH" export LD_LIBRARY_PATH="/opt/cuda/lib64:$LD_LIBRARY_PATH" -# Poetry autocompletion -fpath+=~/.zfunc - if pacman -Qs libxft-bgra >/dev/null 2>&1; then # Start graphical server on user's current tty if not already running. [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC" -- cgit v1.2.3-70-g09d2