index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
functions.zsh
Age
Commit message (
Expand
)
Author
2020-03-03
lib: use `command` to run rm in upgrade function (#8696)
Marek Dědič
2020-02-24
lib: delete upgrade lock in upgrade_oh_my_zsh
Marc Cornellà
2019-09-19
Fix WSL check for WSL 2 and simplify nohup in open_command
Marc Cornellà
2019-02-25
lib: optimize default and env_default
Marc Cornellà
2018-08-09
core: fix alias_value function
Marc Cornellà
2018-07-02
Enable passing multiple directories to take (#6900)
sam-lunt
2018-06-30
open_command: fix and improve command for WSL
Marc Cornellà
2018-06-30
open_command: simplify code
Marc Cornellà
2018-04-24
Check for Microsoft's WSL in open_command (#6751)
Marc Cornellà
2016-12-30
'lib/functions.zsh: Solve typos'
Patrick José Pereira
2016-08-09
Replace /bin/sh with sh for portability (#5291)
Fredrik Fornwall
2015-11-30
Use shwordsplit in open_command()
Marc Cornellà
2015-11-30
Add empty string parameter to start command
Marc Cornellà
2015-11-30
make this work in the git-for-windows SDK
Mark Ingalls
2015-11-29
Fix open_command nohup call
Marc Cornellà
2015-11-27
termsupport: protect subshell with quotes
Andrew Janke
2015-11-27
Drop the use of nohup on OSX for tmux compatibility
Marc Cornellà
2015-08-17
Merge branch 'master' into fold-terminalapp-plugin-into-termsupport
Andrew Janke
2015-08-17
Add a deprecation comment.
Andrew Janke
2015-08-09
Move urlencode/urldecode functions to core lib
Andrew Janke
2015-08-05
Implement cross-platform open function open_command()
Marc Cornellà
2014-08-20
Replace /usr/bin/env with env
Fredrik Fornwall
2014-02-06
`fc -l 1` instead of `history` in zsh_stats #2501
Huang, Tao
2013-12-02
Merge pull request #1134 from koraa/pull_req_helpers
Robby Russell
2012-11-14
Improved statistics functions, effect:
CHH
2012-05-29
Add helper to easily define default values for variables and env variables.
mapc
2012-05-29
Add helper to get the value of an alias only
mapc
2011-12-25
Fix upgrade and uninstall functions to pick up $ZSH value
Indrajit Raychaudhuri
2011-06-01
Added extract plugin.
Sorin Ionescu
2011-05-26
Merge pull request #196 from asymmetric/master
Robby Russell
2011-01-30
Refactor window and tab title in tty
Renaud (Nel) Morvan
2011-01-24
add missing unrar flag
Lorenzo Manacorda
2011-01-10
Added an option to remove file afterwards.
Robin Ramael
2010-12-25
Support for more archive formats.
SuprDewd
2010-12-24
Added a function to extract various archives.
SuprDewd
2010-10-09
merging in changes from robby's repo
Sven Lito
2010-10-08
functions: fix title() to not match any $TERM
Brandon Philips
2010-09-30
Match xterm-color, the default OS X terminal
Trevor Creech
2010-06-03
Moving some rails and osx-specific functions to their corresponding plugin files
Robby Russell
2010-06-03
Initial implementation of a new plugin system, so that people can managed whi...
Robby Russell
2009-12-27
adding quotes to tab()
Dale Campbell
2009-12-16
Adding a function that will open up a ticket in Lighthouse based on the numbe...
Robby Russell
2009-09-23
merge upstream
James Cox
2009-09-23
Moving all zsh config options into a lib/ subdirectory to make way for some u...
Robby Russell