Browse Source

[Fix #299] Set EXTENDED_GLOB in set-titles-with-path

master
Sorin Ionescu 12 years ago
parent
commit
d48a162366
  1. 3
      modules/terminal/init.zsh

3
modules/terminal/init.zsh

@ -80,6 +80,9 @@ function set-titles-with-command { @@ -80,6 +80,9 @@ function set-titles-with-command {
# Sets the tab and window titles with a given path.
function set-titles-with-path {
emulate -L zsh
setopt EXTENDED_GLOB
local absolute_path="${${1:a}:-$PWD}"
if [[ "$TERM_PROGRAM" == 'Apple_Terminal' ]]; then

Loading…
Cancel
Save