summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/shell/profile3
1 files changed, 0 insertions, 3 deletions
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"