Commit Graph

999 Commits (f59ab436e4042a16d1a32986b20f018cc1365feb)

Author SHA1 Message Date
Miguel Morales f59ab436e4 Delete del.plugin.bash 2015-10-07 15:57:09 -05:00
Miguel Morales ca3f1baf80 Add del function to the base plugins 2015-10-07 15:55:38 -05:00
Miguel Morales 8c05350c8b Add comments and explanations 2015-08-29 18:47:45 -05:00
Miguel Morales a887290539 Tidy up blank line 2015-08-29 18:44:08 -05:00
Miguel Morales 2bb8e900ea Add plugin mv into tmp trash folder that gets clear on reboot (as tmp does) 2015-08-29 18:42:17 -05:00
Miguel Morales 79727c84f4 Add mkdir and cd into directory function 2015-08-29 18:41:18 -05:00
Miguel Morales 1fe9a8d58d Merge remote-tracking branch 'upstream/master' 2015-06-16 18:46:45 -05:00
Nils Winkler 94ffef8cf7 Merge pull request #498 from ihuston/master
Add Python version and Conda environment prompt functions.
2015-06-12 09:43:56 +02:00
Nils Winkler cfef7e2f73 Merge pull request #499 from ipoval/master
[pathmunge] remove duplicate entry into PATH variable on reload command
2015-06-12 09:35:40 +02:00
Nils Winkler 5c064d646c Merge pull request #503 from nwinkler/apmup
Added apmup alias
2015-06-11 07:12:07 +01:00
Nils Winkler de9736445a Added apmup alias 2015-06-11 07:10:52 +01:00
Eduardo Bellido Bellido 13359fec1c Merge pull request #502 from edubxb/aws-plugin
Check for AWS credentials file in AWS plugin
2015-06-11 00:27:26 +02:00
Eduardo Bellido Bellido d4c1ded1cc Check for AWS credentials file in AWS plugin 2015-06-11 00:26:25 +02:00
Eduardo Bellido Bellido 1e32b49bd7 Merge pull request #501 from edubxb/aws-plugin-completion
Added completion to AWS plugin
2015-06-10 22:42:02 +02:00
Nils Winkler 03b796ee60 Merge pull request #476 from mimoralea/mimoralea-pretty-cat-plugin
Replace cat with pigmentize to add syntax highlighting if possible defaulting back to cat
2015-06-10 07:28:41 +01:00
Nils Winkler 4421ad1752 Merge pull request #500 from apaatsio/npm-autocompletion
npm autocompletion
2015-06-10 07:26:14 +01:00
Eduardo Bellido Bellido be25f925c7 Added completion to AWS plugin 2015-06-09 23:16:47 +02:00
Antti Ahti 7d05e25dbb npm autocompletion 2015-06-09 21:09:35 +03:00
Miguel Morales e143d4f696 Allow for passing arguments to pygmentize 2015-06-09 07:46:32 -05:00
Miguel Morales d8b0da2565 Merge pull request #3 from Bash-it/master
Update from upstream
2015-06-09 06:44:35 -05:00
Nils Winkler 1eb095a134 Merge pull request #497 from EdHurtig/patch-1
Check for PTY before attempting to use bind
2015-06-08 23:32:02 +01:00
Ivan Povalyukhin 1cb9093c9c [pathmunge] fix test and modify metadata syntax in the function pathmunge to be easier supported in the test 2015-06-07 20:23:19 -07:00
Ivan Povalyukhin dabf0e8c42 [pathmunge] remove duplicate entry into PATH variable on reload command 2015-06-07 20:08:39 -07:00
Ian Huston 1b9dab7bc6 Modified version of the bobby theme which shows Python version, Virtualenv directory and Conda environment name. 2015-06-06 10:51:35 +01:00
Ian Huston 80c7874ebc Add Python version and Conda environment prompt functions. 2015-06-06 10:44:56 +01:00
Eddie Hurtig 7bbc077990 Check for PTY before attempting to use bind
After running a dist upgrade on one of my Ubuntu 14.04 test workstations I started receiving errors after a graphical login. This should also fix remote ssh login problems as seen in http://superuser.com/questions/892658/remote-ssh-commands-bash-bind-warning-line-editing-not-enabled
2015-06-05 17:56:05 -04:00
Nils Winkler 959acc94ae Merge pull request #496 from apaatsio/ifconfig-fix
Fix ips command for platforms without ifconfig
2015-06-05 21:16:55 +02:00
Antti Ahti fcbe9aa751 Fix ips command for platforms without ifconfig 2015-06-05 15:40:58 +03:00
Eduardo Bellido Bellido 96c82fe460 Merge pull request #474 from edubxb/aws-plugin
Updated AWS plugin
2015-06-03 13:18:27 +02:00
Nils Winkler 8455c84a20 Merge pull request #495 from nwinkler/atom-aliases
Added aliases for Atom.io editor
2015-06-03 08:05:59 +02:00
Nils Winkler a20b19bc21 Added aliases for Atom.io editor 2015-06-03 08:05:06 +02:00
Nils Winkler 603c71736e Merge pull request #493 from ipoval/fix_duplicate_entries_in_path
Fix duplicate entries in path, closes #482 and closes #483
2015-05-31 15:41:04 +02:00
Nils Winkler b2b36bb4c8 Merge pull request #488 from mimoralea/rename-http-alias
Rename http alias
2015-05-31 15:21:11 +02:00
Miguel Morales 2ffed6f52a Change alias to a more intuitive name 2015-05-30 14:17:11 -05:00
Ivan Povalyukhin 575551e42b [pathmunge] fix duplicates in PATH variable for nginx and node plugins 2015-05-30 00:27:05 -07:00
Ivan Povalyukhin cf3728c5aa [pathmunge] added function to prevent duplicates in PATH variable 2015-05-30 00:26:22 -07:00
Nils Winkler a044ad5f59 Merge pull request #492 from jitakirin/fix-alias-docker-rm-untagged
Fix dkrmui alias (delete untagged images)
2015-05-26 16:04:10 +02:00
jitakirin 76faf90f90 Fix dkrmui alias (delete untagged images)
The docker images subcommand was returning all columns due to unescaped
'$3' in awk filter.  This was throwing a lot of errors as rmi tried to
remove non-existent images.

In any case docker images has a flag to filter and only show dangling
image IDs which makes this simpler.
2015-05-26 10:25:56 +01:00
Nils Winkler 6e31db4bd8 Merge pull request #489 from TCMiranda/tmux-aliases
My personal tmux aliases
2015-05-25 16:48:56 +02:00
Tiago Carvalho Miranda 26290954b2 Removed linux only validation 2015-05-25 09:31:06 -03:00
Nils Winkler 8050b5bde4 Merge pull request #487 from mimoralea/emacs-alias
Add Emacs alias for terminal
2015-05-25 10:23:12 +02:00
Tiago Carvalho Miranda 68fa2cf9d2 my tmux personal aliases 2015-05-24 22:06:03 -03:00
Miguel Morales 567289185a Alias collides with httpie binary
It would be nice to still have this alias but not colliding with the awesome httpie tool:

https://github.com/jakubroztocil/httpie
2015-05-24 18:11:14 -05:00
Miguel Morales c14f94dc9c Add emacs terminal alias 2015-05-24 18:06:48 -05:00
Miguel Morales 6821b6c0dc Add less and remove hard exit 2015-05-24 18:04:42 -05:00
Nils Winkler 64649db39c Merge pull request #484 from jitakirin/powerline-sudo-indicator
Port sudo indicator to powerline theme
2015-05-22 09:57:40 +02:00
jitakirin 595ae1ab07 Make powerline-multiline use the same check for sudo
Reduces number of subprocesses to check for passwordless sudo by 1.
2015-05-22 08:51:32 +01:00
jitakirin b8649312e4 Style fix 2015-05-22 08:51:13 +01:00
jitakirin 473b3f2075 Abuse uptime to check if sudo requires password
The ``sudo -n true`` trick doesn't work on OS X.
2015-05-22 08:43:34 +01:00
jitakirin 9693b39da6 Port sudo indicator to powerline theme
This ports sudo indicator feature to powerline theme, originally added
to powerline-multiline theme in PR #452.
2015-05-21 21:12:18 +01:00