diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 19:49:32 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 19:49:32 +0100 |
commit | 42c830fecf6a3d85c51ac8538a2198daa8e4e261 (patch) | |
tree | 50c9eb7f4b352102588ac7094b3e5dc8b4ec9576 /.config/shell | |
parent | a4398722dcebb9c55e498b40ad381d75081ba700 (diff) |
fix: remove poetry autocomplete
Diffstat (limited to '.config/shell')
-rwxr-xr-x | .config/shell/profile | 3 |
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" |