Commit Graph

40 Commits

Author SHA1 Message Date
pztrn 1288d9e542 FreeBSD's mc without subshell alias and silenced gitinfo.
Added alias for FreeBSD for mc launch as normal user, which may
lack PTY access. Related to #6.

Silenced gitinfo's errors on just-inited repo. Fixes #3.
2017-01-15 16:55:38 +05:00
pztrn 0c3d6c8d03 Useful aliases added. Fixes #7. 2017-01-15 11:57:15 +05:00
pztrn e03ab6864c Prompt pztrn: force full hostname in prompt wuth hostname -f. 2017-01-15 11:55:46 +05:00
pztrn 3bd85273e8 Gitinfo: remove any possible spaces from gathered values. 2017-01-15 11:43:24 +05:00
pztrn 0cd467b4b3 Gitinfo and pztrn prompt: untracked files, and speed improvements. 2016-01-04 20:50:31 +05:00
pztrn 2fbecf063d Gitinfo and pztrn prompt now showing deleted files count. 2016-01-04 15:12:50 +05:00
pztrn a12c9bcff9 Changed "colors" app nam in enabled apps config to "showcolors".
Fixed gitinfo application, now it would not spam on jist-git-init'ed
repos, fixing #1.
Also reworked checks things, now every function will call
gitinfo_internal_checks function and do nothing if internal checks
method returns 1.
2016-01-04 15:05:09 +05:00
pztrn 64a3d533fa Merge branch 'prompt-fix' into 'master'
fix for #2



See merge request !1
2016-01-04 12:50:25 +03:00
pztrn 48b4d04710 Merge branch 'chruby-support' into 'master'
Adding chruby support

You know, I'm not using rbenv, cause it's too big for me. Tool called ```chruby``` is my choice, so I've added support for this tool in zsh-config.

See merge request !2
2016-01-04 12:50:02 +03:00
Valdos Sine 2840fc8c08 Adding chruby support 2016-01-04 00:16:49 +03:00
Valdos Sine b5d87c2db5 fix for #2 2015-12-30 08:42:17 +03:00
pztrn e284e32b74 Logger: defaulting debug level to zero.
While loading configuration it will check for new config files and
copy them to user's home directory.
2015-12-26 22:16:17 +05:00
pztrn 158a492a8e gitinfo: fix current branch parsing. 2015-12-26 17:28:20 +05:00
pztrn 297f6d82ed * Fixed apps loading.
* Added new app: gitinfo, for retrieving git information.
* Default (and only one for this time) prompt is now using gitinfo
app for showing git status in current directory.
2015-12-26 15:33:59 +05:00
pztrn abfa93f1a4 Make ZSH colors array be available everywhere. 2015-12-25 23:09:27 +05:00
pztrn 5047f866e9 Java options should only be exported on Linux. 2015-09-26 02:12:54 +05:00
pztrn 6314db1861 Export JAVA options only if we have X session running. 2015-08-14 21:43:54 +05:00
pztrn 6158b4238f XTERM keys update, now it should work flawlessly with PuTTY.
Added fabfile to gitignore.
2015-07-18 17:33:39 +05:00
pztrn 8392c9c3a4 rxvt: fix delete key behaviour. 2015-07-06 15:02:57 +05:00
pztrn 35b1cd838a Keybinding reworked. Now should work almost everywhere. 2015-07-02 21:06:41 +05:00
pztrn 455e27b851 Fix PyENV nt working due to missing export. 2015-05-12 23:18:52 +05:00
pztrn 1c2ab0d8dd Fix exports loading. 2015-03-23 21:31:19 +05:00
pztrn 9eb7e2a012 Moar fixes to sourcerers.
DEBUG variable force in config loader. If variable isn't defined - force it to be 0.
2015-03-21 20:30:55 +05:00
pztrn 1babd0fb06 More fixes to importing stuff - find will return full file paths. 2015-03-21 19:53:54 +05:00
pztrn eca7e5500a Use find instead of ls. 2015-03-21 19:52:26 +05:00
pztrn 1be71ae671 Added a file for aliases user configuration. This should fix errors on zsh launch. 2015-03-21 16:42:03 +05:00
pztrn 8a2c4139ab Exports fix, it should not produce warnings. 2015-03-21 16:34:10 +05:00
pztrn 5bdc4ece37 This should fix problems with sourcing things from home directory and warnings, that appear on FreeBSD. 2015-03-21 16:32:25 +05:00
pztrn 3c9ea5f437 Exports should export anything for now. 2015-03-14 21:19:55 +05:00
pztrn 21496f2b17 Load exports from userdir also. 2015-03-14 20:39:49 +05:00
pztrn 5de20407af - EDITOR variable export fixed.
- Aliases now can be loaded from "aliases" directory, both in $HOME and in sources tree.
- Some useful aliases for Arch Linux added.
2015-03-12 20:09:24 +05:00
pztrn 74fc927297 Configuration files now works. 2015-03-08 22:21:29 +05:00
pztrn 0a7df3a77b * Exports reworked. Now every export type have own file. 2015-03-01 10:09:06 +05:00
pztrn da3e638cf9 * Fixed lsmod calling on systems different from Linux.
* fbterm check now runs only on Linux and if lsmod is available.
* Added OS and OS_RELEASE vars.
* Themes now should also ends with .zsh.
2015-03-01 09:57:58 +05:00
pztrn cfa309ed3a * Bash-like backward delete.
* RPROMPT for remote prompts :)
2015-02-07 20:30:16 +05:00
pztrn df4338d387 Fix for autocompletion padding while SSHing. 2014-12-14 04:37:07 +05:00
pztrn a823cc4772 More colorizing :)
$p_path is not needed in p_path itself.
Logins watching timeout lowered to 5.
2014-12-14 04:33:45 +05:00
pztrn 7d28ae2d47 Some modifications to init and autocomplete things.
Reworked pztrn theme, now with SSH colorizing support (when you're on SSH - prompt colors will be
kinda modified).
2014-12-13 23:36:32 +05:00
pztrn 6ac82ab440 Root user highlight for pztrn theme. 2014-12-02 21:13:26 +05:00
pztrn fb6fd486e9 Initial commit. 2014-12-02 21:07:00 +05:00