aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-04 17:55:57 -0500
committerToby Vincent <tobyv13@gmail.com>2021-11-04 17:55:57 -0500
commit7d9ee40dee9813ac305d3cb4f280d2f9623f21fd (patch)
tree6baefc423507e5b29f6053d61d5e239a0975f4eb /zshrc
parentae8baeeb3d1724898d7d331a49827a495fccc380 (diff)
fix: fixed windows terminal setttings
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 92f54eb..da3ea4a 100644
--- a/zshrc
+++ b/zshrc
@@ -1,6 +1,6 @@
#!/usr/bin/env zsh
-[ "$(pwd)" = '/mnt/c/Windows/System32' ] && cd
+[ "$PWD" = '/mnt/c/Windows' ] && cd
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"