Nils Winkler
ca2e3edb97
Merge pull request #1400 from arunvelsriram/ssh-add-all
...
Add helper function to add all ssh private keys to agent
2019-07-29 08:54:04 +02:00
Arunvel Sriram
ef31690b07
Add helper function to add all ssh private keys to agent
2019-07-27 22:51:15 +05:30
Nils Winkler
3d65e8710d
Merge pull request #1397 from edubart/optimize-scm-detection
...
Optimize SCM checks
2019-07-24 09:06:15 +02:00
Eduardo Bart
4c0a51aee2
Optimize SCM checks
2019-07-23 12:50:27 -03:00
Nils Winkler
d7cebef743
Merge pull request #1398 from LowieHuyghe/master
...
Completely ignore enabled-dir in root to support symlinking
2019-07-23 09:10:10 +02:00
Lowie Huyghe
3323984594
Completely ignore enabled-dir in root to support symlinking.
2019-07-22 16:42:29 +02:00
Nils Winkler
cb000d5b40
Merge pull request #1394 from zhao-li/fix_tests
...
fix broken tests
2019-07-12 08:32:05 +02:00
Zhao Li
49d8c8750a
fix broken tests
2019-07-08 13:28:32 -10:00
Nils Winkler
6329d3bdd2
Merge pull request #1379 from leventyalcin/feature/save_history_immediately
...
add an env var that themes can save history immediately
2019-07-08 08:47:09 +02:00
Nils Winkler
b252f8ebc3
Merge pull request #1388 from leventyalcin/feature/consul_completion
...
tab completion for Hashicorp consul
2019-07-08 08:43:57 +02:00
Nils Winkler
498f3b41f2
Merge pull request #1389 from martinus/master
...
Improved subversion support for powerline
2019-07-08 08:41:06 +02:00
Nils Winkler
7fcebb09e9
Merge pull request #1393 from ahmed-masud/develop
...
Fixed test of whether or not current session is interactive
2019-07-08 08:39:56 +02:00
Nils Winkler
943e887415
Merge pull request #1387 from zhao-li/feature/customizable_git_ahead_behind_prefix
...
allow customizing the character before ahead and behind characters
2019-07-08 08:37:12 +02:00
Nils Winkler
58ae1aceac
Merge pull request #1390 from martinus/faster_subversion
...
faster subversion status
2019-07-08 08:36:01 +02:00
Nils Winkler
1924f252eb
Merge pull request #1391 from matthewadams/gcpx
...
add gcpx
2019-07-08 08:34:50 +02:00
Ahmed Masud
ce935801a3
Fixed test of whether or not current session is interactive
2019-07-06 16:53:45 -04:00
Travis Swicegood
5c169920d5
Merge pull request #1392 from tteggelit/master
...
added slogin to list of ssh completion commands
2019-07-06 14:09:44 -05:00
Ti Leggett
cf39dc4257
added slogin to list of ssh completion commands
2019-07-04 10:52:19 -05:00
Matthew Adams
7f573f2465
add gcpx
2019-06-26 11:03:12 -05:00
Martin Ankerl
0bafdbbef9
faster subversion status
...
Stop as soon as "svn status" shows a change, not needed to walk through
all the changes in the whole repository. For my large repository this is
about twice as fast.
Extract just the information we need from "svn info"
2019-06-24 11:28:53 +02:00
Martin Ankerl
e42405705a
Improved subversion support for powerline
...
SVN prompt also when in subdirectories that don't contain .svn
Show correct SVN status for powerline
2019-06-24 11:02:15 +02:00
Levent Yalcin
2cd06962d3
tab completion for Hashicorp consul
2019-06-14 13:57:07 +01:00
Levent Yalcin
e93cc67bcd
added a function instead running the same check and commands in every theme
2019-06-10 13:39:35 +01:00
Levent Yalcin
23fab13d85
requested changes has been made.
2019-06-10 10:57:52 +01:00
Zhao Li
dc61f85196
allow the space before SCM_GIT_AHEAD_CHAR and SCM_GIT_BEHIND_CHAR to be customizable
2019-06-07 15:46:24 -10:00
Nils Winkler
838aeabd02
Merge pull request #1384 from tbhaxor/node-alias
...
added nodejs aliases
2019-06-04 08:13:56 +02:00
Nils Winkler
431a09b6dc
Merge pull request #1383 from tbhaxor/sqlmap-completion
...
Added SQLMap Completions
2019-06-04 08:13:34 +02:00
Gurkirat Singh
955a9dd86d
added thanks message to original author
2019-06-03 14:06:05 +05:30
Gurkirat Singh
a111376854
added eol
2019-06-03 13:05:07 +05:30
Gurkirat Singh
eccda7d09b
changed to official name
2019-06-03 13:04:36 +05:30
Gurkirat Singh
0ea44cb72c
added nodejs aliases
2019-06-02 14:51:01 +05:30
Gurkirat Singh
371c2e9834
added sqlmap completion
2019-05-31 23:30:55 +05:30
Nils Winkler
bc45755232
Merge pull request #1380 from szymonpk/ignore-empty-k8s-context
...
Ignore unset and empty Kubernetes context
2019-05-27 09:09:10 +02:00
Travis Swicegood
4ac1db5d68
Merge pull request #1381 from Bash-it/feature/gcloud-completion
...
Add Google Cloud SDK tab completion
2019-05-24 20:51:33 -05:00
Travis Swicegood
1bdcc66d5a
Rename to .completion.bash so it can be disabled correctly
2019-05-24 15:14:13 -05:00
Travis Swicegood
93905c3663
Add gcloud completion
2019-05-24 15:10:48 -05:00
Szymon Szypulski
1e10ad1813
Ignore unset and empty Kubernetes context
...
When current-context does not exist or is unset in $KUBECONFIG, kubectl
is throwing a message to stderr "error: current-context is not set".
Ignore it.
2019-05-22 06:54:11 +02:00
Levent Yalcin
09a48d89cc
add an env var that themes can save history immediately
2019-05-20 14:18:32 +01:00
Nils Winkler
9b4a049571
Merge pull request #1371 from trmaphi/add-osx-plugin-for-jvms
...
Add plugin list jvms and pick default system-wide
2019-05-06 08:07:55 +02:00
Nils Winkler
4711d51171
Merge pull request #1369 from jalmansor/fix-bash-completion
...
adding env var for bash-completion@2 compatibility
2019-05-06 07:56:16 +02:00
Nils Winkler
deec457a69
Merge pull request #1372 from seefood/feature/git-plugin-osx
...
Fix the gif plugin to work on OSX+brew
2019-05-06 07:55:03 +02:00
Nils Winkler
0eca637f1d
Merge pull request #1370 from LanikSJ/git-alias
...
Add Git Checkout Pull Branch Alias
2019-05-06 07:52:29 +02:00
Ira Abramov
abecfdd3b7
Fix the git plugin to work on OSX+brew
2019-04-28 14:44:13 +03:00
Truong Ma Phi
9945e078b3
Add plugin list jvms and pick default system-wide
2019-04-28 17:44:22 +07:00
LanikSJ
2704c7e969
Add Git Checkout Pull Branch Alias
2019-04-26 16:15:56 -07:00
Jason Al-Mansor
2c0bde3a22
fix path to use brew prefix env var
2019-04-26 11:12:53 -04:00
Jason Al-Mansor
15b3281445
adding env var for bash-completion@2 compatibility
2019-04-26 11:03:44 -04:00
Nils Winkler
039cfa7e0f
Merge pull request #1366 from zwfang/git-stash-pop
...
Add alias for git stash pop
2019-04-24 09:36:25 +02:00
Nils Winkler
da126e8b70
Merge pull request #1367 from taylorsilva/modern-time-theme
...
Add modern-time theme
2019-04-24 09:35:31 +02:00
Taylor Silva
d72ad7b482
Add modern-time theme
...
It's the modern theme with the battery charge indicator replaced with
the current time
2019-04-21 23:30:45 -04:00