mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-07-30 02:50:29 +08:00
dfs cd
This commit is contained in:
parent
55a92f58ed
commit
fdc52361a2
1
.zshrc2
1
.zshrc2
@ -74,6 +74,7 @@ dfs()
|
|||||||
$DOTFILES/install.sh -i
|
$DOTFILES/install.sh -i
|
||||||
echo 'Done. Please open a new shell to see the changes.'
|
echo 'Done. Please open a new shell to see the changes.'
|
||||||
;;
|
;;
|
||||||
|
cd ) cd "$DOTFILES" ;;
|
||||||
* ) echo "unknown command \"$1\". available: update, reset" ;;
|
* ) echo "unknown command \"$1\". available: update, reset" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user