Skip to content

Commit

Permalink
feat: fix gvim one second delay startup time
Browse files Browse the repository at this point in the history
  • Loading branch information
veeg committed Apr 19, 2021
1 parent 6487a34 commit 298c9d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dot.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export STARSHIP_CONFIG="$HOME/.starship.toml"
# NOTE: This requires the rust-src component (rustup component add rust-src)
export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"

# Reset the X environment. Useful using vim-gtk3 that has system clipboard support.
# Gets rid of 1 second delay on vim startup
export SESSION_MANAGER=

###
### Alias
Expand Down

0 comments on commit 298c9d9

Please sign in to comment.