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
Eduardo Bellido Bellido
1172973d89
Fixed regex in __awskeys_list function
2015-05-20 20:49:36 +02:00
Nils Winkler
60ce757151
Changed check for drush excecutable
...
This should help with #480...
2015-05-18 10:06:32 +02:00
Nils Winkler
35dece7098
Merge pull request #479 from TCMiranda/emacs-more-alias
...
Adding emacs daemon and emacsclient -t aliases for emacs-nox users
2015-05-15 17:03:55 +01:00
Tiago Carvalho Miranda
4252199eda
Adding emacs daemon and emacsclient -t aliases for emacs-nox users
2015-05-14 18:45:00 -03:00
Eduardo Bellido Bellido
172c6a0aea
Renamed remove option to unset
2015-05-13 23:11:04 +02:00
Eduardo Bellido Bellido
98f5be98dc
Now, really fixed (and tested) the export option in Mac
2015-05-13 23:09:03 +02:00
Nils Winkler
565b8d7b68
Merge pull request #478 from ksclarke/fix-docker-alias-error
...
Fix startup error with enabled docker alias file
2015-05-13 06:44:30 +01:00
Kevin S. Clarke
74244236cd
Fix startup error with docker alias
2015-05-12 22:23:55 -04:00
Miguel Morales
6b1789e385
Add cat function documentation
2015-05-12 16:36:07 -05:00
Miguel Morales
3f98e953cd
Fix typo
2015-05-12 16:26:18 -05:00
Nils Winkler
18fcc6a614
Merge pull request #477 from ksclarke/vagrant-up-log-alias
...
Add vagrant up log alias
2015-05-12 22:19:21 +01:00
Miguel Morales
af2f0304cb
Add proper exit code
2015-05-12 15:57:39 -05:00
Kevin S. Clarke
a259645603
Add vagrant up log alias
2015-05-12 13:48:22 -04:00
Miguel Morales
0bdcf196aa
Add pretty cat plugin for cat with syntax highlighting
2015-05-12 11:30:49 -05:00
Miguel Morales
2b99e43d81
Merge pull request #1 from Bash-it/master
...
Update from upstream
2015-05-12 11:27:37 -05:00
Eduardo Bellido Bellido
9d7aa3b882
Added remove option
2015-05-11 00:02:27 +02:00
Eduardo Bellido Bellido
ab08ca7d16
Minor changes and updated help messages
2015-05-11 00:02:07 +02:00
Eduardo Bellido Bellido
ca52f5ce2f
Fixed export option to work on Mac
2015-05-11 00:01:36 +02:00
James Ratcliffe
66fd6411a0
Fix for issue #108 that restores xterm plugin functionality on OS X.
2015-05-10 15:17:45 -04:00
Nils Winkler
7f8e2c2de7
Merge pull request #470 from edubxb/aws-plugin
...
Added AWS plugin
2015-05-09 20:35:55 +02:00
Nils Winkler
1a475ffcf1
Merge pull request #466 from fa7ad/master
...
Fix unicode line wrap problem (issue #409 )
2015-05-09 20:30:16 +02:00
Eduardo Bellido Bellido
767a7a63ca
Added AWS plugin
...
- awskeys, helper function for credentials profiles
2015-05-09 01:33:30 +02:00
Fahad Hossain
a8124a02e8
Fix unicode line wrap problem (issue #409 )
...
Fix unicode line wrap issue mentioned in #409
Nota bene, This fixed the problem for me on Fedora 21 and Ubuntu 15.04
Needs to be tested on other systems
2015-05-06 22:37:24 +06:00
Nils Winkler
829716276b
Merge pull request #465 from nwinkler/battery-percentage
...
Fixed conversion when the battery percentage is in the single digits.
2015-05-05 11:46:44 +02:00
Nils Winkler
2d13b3294a
Fixed conversion when the battery percentage is in the single digits.
...
The previous version was printing an error when the battery percentage
was in the single digits, e.g. "7.04%". The code cuts returns the first
two digits, which in the case of "7.04%" are "7.". Any code that tries
to use that, e.g. the powerline-multiline theme will fail with an error.
This change corrects that by zero padding single digits, i.e. "07.04%"
instead of "7.04%".
2015-05-05 11:30:25 +02:00