eukaryote
b2d84afacf
don't overwrite the WORKON_HOME env var if the user has already set it
10 years ago
eukaryote
7629171239
support skip-virtualenvwrapper-init zstyle in python module to avoid auto-sourcing of virtualenvwrapper.sh
10 years ago
Indrajit Raychaudhuri
53bd555c6d
Try `lesspipe` in addition to `lesspipe.sh` for LESSOPEN
...
Debian based systems have `lesspipe`, without '.sh' suffix.
Since `$commands` is an associative array, we do index search and set
the input preprocessor on first match.
10 years ago
Ivan Alejandro
86ba5b69d3
Ignore case in filenames
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Joel Kuzmarski
5791c07d48
Only print fortunes in terminals
10 years ago
Griffin Yourick
34a50c2550
Add homebrew-cask aliases to homebrew module
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Sebastian Wiesner
417b9d429d
Update OPAM setup
...
Recent OPAM versions generate more elaborate setup code.
10 years ago
Humberto Morales
fea08d4e50
[ Fix #669 ] Do not use lazy virtualenvwrapper
...
Lazy virtualenvwrapper completion crashes Zsh.
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Sorin Ionescu
d3f1441481
[ Fix #595 ] Simplify the handling of the Terminal.app proxy icon
10 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
Sorin Ionescu
10c33ec9a4
Convert tabs to spaces
10 years ago
Sorin Ionescu
9b1f39f267
[ Fix #563 ] Control+Arrow keys are not in the terminfo database
10 years ago
Sorin Ionescu
36ade25eb6
[ Fix #652 ] Execute abs with sudo
10 years ago
Sorin Ionescu
8f711d64b5
[ Fix #594 ] Remove quotes surrounding associative array key
10 years ago
Sorin Ionescu
c4b50ec1a0
[ Fix #635 ] Use $BROWSER to open node documentation
10 years ago
Jongwook Choi
62198b0326
Display full command line on suggestion for the kill command
...
For the zsh suggestion for the 'kill' command, show full command line
(command: usually with arguments) instead of only the executable name (comm).
10 years ago
Sorin Ionescu
b4884d4d45
[ Fix #626 ] Escape '%' in path
10 years ago
Sorin Ionescu
abfc4ab6e5
[ Fix #648 ] Do not instruct users to call editor-info
10 years ago
Sorin Ionescu
657e8a16f4
[ Fix #689 ] Use GPG_AGENT_INFO instead of GPG_AGENT_PID
...
GPG_AGENT_PID may not be defined. Also, source gpg-agent.env before
checking the PID.
10 years ago
Sorin Ionescu
ea25ccf62c
Set default GPG_AGENT_PID for grep
...
If `GPG_AGENT_PID` is unset, grep will succeed if another gpg-agent is
running as it will match the string `gpg-agent` where the PID was an
empty string. Set a default value for grep to a value that will never
match if unset, i.e. -1.
10 years ago
Kyle Manna
3e88b8bcdc
Set default SSH_AGENT_PID for grep
...
If `SSH_AGENT_PID` is unset, grep will succeed if another ssh-agent is
running as it will match the string `ssh-agent` where the PID was an
empty string. Set a default value for grep to a value that will never
match if unset, i.e. -1.
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
deshtop
e892d7f3c7
Fix broken link to 256 color formatting blogpost
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Trevor Bekolay
4e4a6fcc63
Don't set node-info if version is 'none'
...
This is done to make it easier to not show node-info in themes
when no node version is currently in use. This is consistent with
how the Python module's python-info works.
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
lucy
3e8349ddde
Use the `x` command for unrar and rar to preserve paths
...
unrar and rar will discard everything up to the file name when extracting
with `e`. This breaks extraction of archives that have files with duplicate
file names and ones where the paths are important. The `x` command
extracts with the full path instead.
10 years ago
Seizan Shimazaki
fdb406f917
Fix typo
10 years ago
eukaryote
493bf302f6
Ensure dircolors uses sh syntax
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Grégoire Détrez
a217af99f3
Prezto only enables the main syntax highlighter
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Sorin Ionescu
06cc5088aa
[ Fix #630 ] Zsh v4.3.17 is the minimum required
10 years ago
Chauncey Garrett
5088ca4839
Bump minimum supported Zsh to v4.3.11
...
zsh-syntax-highlighting requires this version.
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
10 years ago
Sorin Ionescu
0f696fc206
Update external syntax-highlighting
10 years ago
Sorin Ionescu
96bcf813b7
Update external history-substring-search
10 years ago
Sorin Ionescu
fe8f9a9b5b
Update external completions
10 years ago
Arthur Noel
bf9dbfd5b9
Support $PYTHONUSERBASE per PEP 370
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Xavier Cambar
ff0dfa424d
Create a default tmux session only when none defined in tmux.conf
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Johannes Doerfert
fedad8e9cf
Fix git-info added/deleted count formatting typo
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Xavier Cambar
478653fab2
[ Fix #543 ] Do not set tmux destroy-unattached
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Sorin Ionescu
10cf701864
Simplify multiplexer auto-start tests
11 years ago
Sorin Ionescu
7722dd4400
Inform the user to load ruby as late as possible when using RVM
11 years ago
Sorin Ionescu
240eecaddf
[ Fix #551 ] Rename tmux auto-start session
11 years ago
Sorin Ionescu
415e4bff3d
Fix a test operator bug introduced in e5a0e33
11 years ago
Gaelan D'costa
e5a0e33f1c
[ Fix #541 ] Do not auto-load screen/tmux inside of Emacs/Vim
...
When Emacs and Vim are launched from outside of an interactive shell,
$TMUX and $STY are not set; check for Emacs and Vim environment
variables instead.
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Laurent Goussard
8189577772
Disable glob for bower
...
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Sorin Ionescu
c74cf4b5e0
Prefix rarely used osx functions
11 years ago
Sorin Ionescu
72782528aa
Add functions to display and delete osx download history
11 years ago
Sorin Ionescu
02717cb4c1
Update osx alias descriptions
11 years ago
Sorin Ionescu
bccfca8c10
Make osx functions autoloadable
11 years ago
Sorin Ionescu
b8bb51d7b5
Cast AppleScript paths to text
11 years ago
Sorin Ionescu
00e12b7a98
Add capability to browse man pages in Dash.app
11 years ago
Sorin Ionescu
232313e2a0
Remove Bwana.app support
...
Bwana.app has been stale for years. It no longer works properly.
11 years ago
Sorin Ionescu
e48dac79f3
Add double slash after Bwana.app's man protocol
...
Safari 6's unified location and search bar can no longer tell the
difference between a protocol and a colon search.
11 years ago