aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 663f7eb..61feace 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -114,7 +114,7 @@ fcd() {
fo() {
local dir
- dir=$(find /run/media/peng/Storage/omar -type d | fzf)
+ dir=$(find /run/media/Storage/omar/College -type d | fzf)
if [[ -n $dir ]]; then
cd "$dir"
fi