mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge 5d58b98547 into 1120f97305
This commit is contained in:
commit
ef82a5fc37
3 changed files with 156 additions and 5 deletions
|
|
@ -6,6 +6,11 @@
|
|||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
# load base PATH
|
||||
if [ -x /usr/libexec/path_helper ]; then
|
||||
eval `/usr/libexec/path_helper -s`
|
||||
fi
|
||||
|
||||
function tab() {
|
||||
local command="cd \\\"$PWD\\\""
|
||||
(( $# > 0 )) && command="${command}; $*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue