Commit Graph

2718 Commits (f0af4fd6018d09aa73bf33e2e415d1d6e515a8cc)

Author SHA1 Message Date
Nils Winkler 721412aa4c
Merge pull request #1395 from zhao-li/toggle-able_commit_count
Toggle able commit count
2019-09-02 08:45:19 +02:00
Zhao Li c4d03f2407 note how to use toggle flag in README 2019-08-30 15:37:17 -10:00
Nils Winkler 629ab9fce6
Merge pull request #1408 from Kreyren/agnoster
themes/agnoster : Port from oh-my-bash
2019-08-01 09:33:01 +02:00
Nils Winkler 3116754a52
Merge pull request #1413 from nwinkler/proxy-sed-fix
Make sed replacements work for both BSD and GNU sed
2019-07-31 08:52:09 +02:00
Nils Winkler f29a195f49 Make sed replacements work for both BSD and GNU sed
Fixes #1411
2019-07-31 08:50:33 +02:00
Jacob Hrbek 1de985c460 themes/agnoster : initial
Initial commit of agnoster theme.

Credit: Isaac "Agnoster" Wolkerstorfer https://github.com/agnoster
- original creator

Credit: Kenny Root https://gist.github.com/kruton/8345450 coverted from 
zsh to bash

Credit: Toan Nguyen https://github.com/nntoan published in 
ohmybash/oh-my-bash (https://github.com/ohmybash/oh-my-bash)

Credit: https://github.com/speedenator patch for kruton's work and 
maintainance.

Credit: Hanish K H Updated & fixed on oct-05-2017
2019-07-30 11:09:17 +02:00
Nils Winkler ad00b74f4c
Merge pull request #1404 from brandonw/fix/node-plugin-path
Ensure node paths are appended to existing $PATH
2019-07-30 08:53:52 +02:00
Nils Winkler 4566a159fb
Merge branch 'master' into fix/node-plugin-path 2019-07-30 08:53:38 +02:00
Nils Winkler 93b2443410
Merge pull request #1402 from skorn/master
Remove errors if plugin executable not available
2019-07-30 08:50:41 +02:00
Brandon Waskiewicz 9735ad7b5c Ensure node paths are appended to existing $PATH 2019-07-29 14:07:34 -04:00
Martin Lariz 12c49bd22f
Remove errors if plugin executable not available 2019-07-29 07:07:58 -07:00
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 83be21ebb3 update tests to set flag appropriately 2019-07-08 13:33:14 -10:00
Zhao Li 49d8c8750a fix broken tests 2019-07-08 13:28:32 -10:00
Zhao Li 62757b0f3f allow the count information to be turned on or off 2019-07-08 10:52:44 -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