Commit Graph

49 Commits

Author SHA1 Message Date
8366e7f8e2
Change history size to 10M
Sometimes you type more than 1000 commands per day, and
it's annoying that zsh drops your history so early
2018-12-12 14:35:16 +04:00
3bf09084da
Add fat0troll theme
The only difference between pztrn and fat0troll themes is
brackets color in non-SSH mode: fat0troll theme uses same
brackets on SSH and non-SSH, so they won't disappear in
common dark themed shell.
2018-12-12 14:30:04 +04:00
997a59ff96 Optimized gitinfo application and removed redundant calls. 2018-02-01 19:56:27 +05:00
86d4eab5d2 Support for alt+arrows for XTerm-compatible terminals. 2017-07-31 05:53:13 +05:00
1bfdd4a562 Merge branch 'pztrn_changes' into 'master'
Fix for macOS's ls vs gls thing. It will use GNU coreutils version if available.

See merge request !7
2017-01-16 10:40:20 +03:00
534b08887f Fix for macOS's ls vs gls thing. It will use GNU coreutils version
if available.
2017-01-16 12:38:13 +05:00
99ec072442 Merge branch 'pztrn_changes' into 'master'
FreeBSD's mc without subshell alias and silenced gitinfo.

Closes #3

See merge request !5
2017-01-15 14:57:32 +03:00
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
f5c89e1f6a Merge branch 'pztrn_changes' into 'master'
Full hostname in prompt and useful aliases

Closes #7

See merge request !4
2017-01-15 09:59:07 +03:00
0c3d6c8d03 Useful aliases added. Fixes #7. 2017-01-15 11:57:15 +05:00
e03ab6864c Prompt pztrn: force full hostname in prompt wuth hostname -f. 2017-01-15 11:55:46 +05:00
539f096b0d Merge branch 'pztrn_changes' into 'master'
Gitinfo: remove any possible spaces from gathered values.

See merge request !3
2017-01-15 09:44:12 +03:00
3bd85273e8 Gitinfo: remove any possible spaces from gathered values. 2017-01-15 11:43:24 +05:00
0cd467b4b3 Gitinfo and pztrn prompt: untracked files, and speed improvements. 2016-01-04 20:50:31 +05:00
2fbecf063d Gitinfo and pztrn prompt now showing deleted files count. 2016-01-04 15:12:50 +05:00
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
64a3d533fa Merge branch 'prompt-fix' into 'master'
fix for #2



See merge request !1
2016-01-04 12:50:25 +03:00
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
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
158a492a8e gitinfo: fix current branch parsing. 2015-12-26 17:28:20 +05:00
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
abfa93f1a4 Make ZSH colors array be available everywhere. 2015-12-25 23:09:27 +05:00
5047f866e9 Java options should only be exported on Linux. 2015-09-26 02:12:54 +05:00
6314db1861 Export JAVA options only if we have X session running. 2015-08-14 21:43:54 +05:00
6158b4238f XTERM keys update, now it should work flawlessly with PuTTY.
Added fabfile to gitignore.
2015-07-18 17:33:39 +05:00
8392c9c3a4 rxvt: fix delete key behaviour. 2015-07-06 15:02:57 +05:00
35b1cd838a Keybinding reworked. Now should work almost everywhere. 2015-07-02 21:06:41 +05:00
455e27b851 Fix PyENV nt working due to missing export. 2015-05-12 23:18:52 +05:00
1c2ab0d8dd Fix exports loading. 2015-03-23 21:31:19 +05:00
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
1babd0fb06 More fixes to importing stuff - find will return full file paths. 2015-03-21 19:53:54 +05:00
eca7e5500a Use find instead of ls. 2015-03-21 19:52:26 +05:00
1be71ae671 Added a file for aliases user configuration. This should fix errors on zsh launch. 2015-03-21 16:42:03 +05:00
8a2c4139ab Exports fix, it should not produce warnings. 2015-03-21 16:34:10 +05:00
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
3c9ea5f437 Exports should export anything for now. 2015-03-14 21:19:55 +05:00
21496f2b17 Load exports from userdir also. 2015-03-14 20:39:49 +05:00
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
74fc927297 Configuration files now works. 2015-03-08 22:21:29 +05:00
0a7df3a77b * Exports reworked. Now every export type have own file. 2015-03-01 10:09:06 +05:00
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