1
0
Fork 0
Commit graph

69 commits

Author SHA1 Message Date
Von Random
13dc4b614f meh 2019-11-15 19:39:48 +03:00
Von Random
11f4b34bff zshrc: still experimenting with prompt; xresources: provide dpi via xrandr instead; kitty: fix colors and fonts 2019-10-31 22:11:50 +03:00
Von Random
e55a5e3de0 mostly accomodate for higher dpi; zshrc: some weird experiment 2019-10-30 18:52:11 +03:00
Von Random
3fd4e42864 zsh: disable prompt git info via a file flag 2019-07-12 19:34:51 +03:00
Von Random
9bd30506f3 get rid of the vim alias, does more harm than good 2019-03-20 19:26:55 +03:00
Von Random
366200d3e8 a better way to deal with git prompt 2019-02-01 14:52:49 +03:00
Von Random
f5044bdda8 use a fancy unicode symbol for git status 2019-01-31 16:22:24 +03:00
Von Random
49a728356e better test, replace local with typeset 2019-01-31 16:08:03 +03:00
Von Random
82c1e621dd avoid printing anything in git status until git status is properly finished 2019-01-31 15:45:11 +03:00
Von Random
c1bf1d5af2 do not spawn more than one git status for current shell 2019-01-31 14:58:16 +03:00
Von Random
ef69979a0d make git status no locking, so that we can work with repos right away 2019-01-31 12:37:02 +03:00
Von Random
9130793a39 some shell tweaks, til about edit-command-line, also my terminals and tmux are properly configured now 2019-01-29 13:18:16 +03:00
Von Random
b100aa0dde some features to aliases, some cosmetic shit 2018-11-15 12:44:56 +03:00
Von Random
75b7a97314 vim alias is back 2018-07-24 20:04:32 +03:00
Von Random
ce84d3aa68 rely on termcompat script instead of declaring tcmp in shellrc 2018-07-18 16:12:41 +03:00
Von Random
34fe028259 remove ugly $prompt_nl var from zshrc 2018-07-16 15:43:13 +03:00
Von Random
1452afde3a some bash config improvements 2018-07-11 13:26:42 +03:00
Von Random
34c198c306 TIL there is a termcap named screen.xterm-new 2018-07-10 15:27:39 +03:00
Von Random
3d80bb469d up-to-date bashrc, fix zshrc 2018-07-10 03:25:36 +03:00
Von Random
0a87a30e45 some cleanup, vim is back as well as st 2018-07-10 03:01:14 +03:00
Von Random
5e6c4b6caa tcmp function 2018-07-06 19:36:00 +03:00
Von Random
88a6e0da15 fix s() 2018-07-06 19:29:48 +03:00
Von Random
5cd9a448a2 zshrc cleanup 2018-07-06 03:12:05 +03:00
Von Random
6b4fe587cd tvim support, cleanup and better s() func 2018-07-06 00:33:07 +03:00
Von Random
b992f92516 fix vim alias 2018-07-04 20:01:34 +03:00
Von Random
b078daa648 oops, vim func was broken 2018-07-04 19:25:37 +03:00
Von Random
83b95408ba ssh-compat as a function in zshrc; also more compatible vimrc for linux tty 2018-07-03 18:11:23 +03:00
Von Random
a3924a784c solarized8 is back (better support for gutter); also fix window naming in tmux 2018-07-03 14:55:56 +03:00
Von Random
ac3580c83f neovim, switch to flattened (another theme again, I know right?) 2018-07-02 20:03:58 +03:00
Von Random
adeeeb95de window titles for tmux 2018-06-28 19:58:52 +03:00
Von Random
2ac396d59a some window naming for tmux 2018-06-28 19:23:32 +03:00
Von Random
c441b910ad I AM GROOT 2018-06-21 17:51:48 +03:00
Von Random
ae4693451c quite devious: if prefix, p is used, tell ssh to use custom TERM value; also more features for zsh 2018-06-21 14:57:05 +03:00
Von Random
1508f5a19d gvimrc cleanup, zshrc additions for st 2018-06-20 14:53:12 +03:00
Von Random
f7a608b37b remove ide like vim plugins as well as disable ^S/^Q in zshrc and remove aliases I never use anyway 2018-06-09 20:15:56 +03:00
Von Random
1a5b658b7f zsh_gitstatus location and some xresources tweaks 2018-02-24 17:52:52 +03:00
Von Random
6243e78746 firefox ^Q workaround, break-pane hotkey for tmux, greset() now asks for y in zsh 2017-12-18 13:59:59 +03:00
Von Random
28ac07440d moar cleanup and streamlining 2017-12-01 02:47:14 +03:00
Von Random
20ca3eae49 some minor fixes to zshrc, gvimrc; moar themes for vim as well 2017-11-24 19:46:01 +03:00
Von Random
538b600e2a zsh only draw git status when it is updated, vim config cleanup and tmux tweaks 2017-11-21 16:43:42 +03:00
Von Random
591a5bac1c a function to run git clean and reset commands, a little bit of refactoring 2017-11-15 15:24:08 +03:00
Von Random
928d450c85 some zshrc refactoring, back to monolithic config 2017-11-13 19:33:14 +03:00
Von Random
b52ba61a62 my own colors cuz upstream one can only 8 2017-11-09 19:43:40 +03:00
Von Random
90a1d6b95a TRAPERR() is not something I can use, since it affects precmd() as well; also check for prompt_state_file before trying to remove it 2017-11-09 19:34:19 +03:00
Von Random
dfb12955a6 more zshrc refactoring 2017-11-09 19:15:06 +03:00
Von Random
ce86c2fcb0 some escaping is necessary after all 2017-11-09 13:35:50 +03:00
Von Random
0b2e8cf84d a little bit of config refactoring for zsh, more to come 2017-11-09 11:57:55 +03:00
Von Random
2f6b8376f6 zshrc with async git status: I have finally made it so 2017-11-08 19:24:25 +03:00
Von Random
18ff41af0e I don't use zsh after all, more control over grc in bashrc, bashrc cleanup 2017-05-30 19:49:03 +03:00
Von Random
0eafdc61be some config insanity, get rid of bold highlighting in favour of proper black, also some zshrc tweaks 2017-05-29 20:02:09 +03:00