mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Merge remote-tracking branch 'upstream/master'
Conflicts: plugins/git/git.plugin.zsh plugins/jump/jump.plugin.zsh
This commit is contained in:
commit
9a63084e20
82 changed files with 2488 additions and 966 deletions
|
|
@ -31,7 +31,7 @@ function jump()
|
|||
|
||||
function mark()
|
||||
{
|
||||
if (( $# == 0 )); then
|
||||
if [[ ( $# == 0 ) || ( "$1" == "." ) ]]; then
|
||||
MARK=$(basename "$(pwd)")
|
||||
else
|
||||
MARK="$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue