aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-03-07 16:18:59 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-03-07 16:18:59 +0200
commit05a8f3c75522dd9b8c905fb6133fb7b79583654b (patch)
tree008230cf28a2b437cfb003d1e3c18a307f15a51e /zsh
parent5126035e6763ee45c0e48e3d8bca7ea629479e83 (diff)
downloaddotfiles-05a8f3c75522dd9b8c905fb6133fb7b79583654b.tar.xz
dotfiles-05a8f3c75522dd9b8c905fb6133fb7b79583654b.zip
Did some changes t rc.lua
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