Commit Graph

  • 518798a7e9 fix (zshrc): avoid looping over files for sourcing them this seems to not just have performence improvements but also avoids assignments of variables main eeemsi 2024-04-22 21:52:45 +0200
  • a55bf30b34 feat (git-commit-template): bring the used commit template back eeemsi 2024-03-28 09:45:40 +0100
  • 39344142d1 feat (zshrc): make glog an alias for 'git log -p' eeemsi 2024-03-28 09:43:07 +0100
  • 24a522627e feat (vimrc): let command-line completion operates in an enhanced mode eeemsi 2024-02-10 17:15:10 +0100
  • 20fb0f29ae del (vimrc): remove setting for foldmethod (for now?) eeemsi 2024-02-10 17:00:40 +0100
  • 7367aefa94 feat (zshrc): include what has been written up to the cursor position while 'browsing' through history eeemsi 2023-11-23 20:40:12 +0100
  • 43f7302dc6 del (zshrc): remove alias tmux-ssh - tmux has not been used that way eeemsi 2023-11-23 15:57:47 +0100
  • e85cab5fb6 del (zshrc): make cp and mv less verbose eeemsi 2023-11-20 15:56:19 +0100
  • f77d66a848 feat (vimrc): use foldmethod indent - lines with equal indent form a fold eeemsi 2023-11-17 20:16:27 +0100
  • 9353d37444 fix (README.md) moar new lines eeemsi 2023-11-17 19:58:07 +0100
  • ccd098a2e4 feat (vimrc): let vim set the title of the terminal eeemsi 2023-11-17 18:58:39 +0100
  • 11fb372518 del (helper/weechat.autoadjust): used on remote session - not really a local config eeemsi 2023-11-17 18:47:16 +0100
  • a47723cf70 del (screenrc): use tabs from the default terminal eeemsi 2023-11-17 18:45:42 +0100
  • cbbfc67661 fix (zshrc): use a definition of PS1 that allow to be recognized while scrolling through a wall of text eeemsi 2023-08-31 21:44:16 +0200
  • 5bf2f19f2b new (helper/weechat.autoadjust): add commands to enhance readability while using auto adjust setting for appearance eeemsi 2023-08-22 16:37:11 +0200
  • 940ca1075d fix (screenrc): prepare screenrc status line to be easier to read when automatic adjustment of apperance is enabled eeemsi 2023-08-09 21:04:12 +0200
  • ce6d070859 fix (vimrc): if one enables automatic adjust of the appearance this leads to decreased readability eeemsi 2023-08-09 20:58:35 +0200
  • 257eae5c3e fix (screenrc): avoid jump of an empty character when switch focused window eeemsi 2023-07-29 16:34:27 +0200
  • b079d328e7 feat (screenrc): add a simple "status line" eeemsi 2023-07-29 16:10:32 +0200
  • cf9971fed4 feat (zshrc): create or reuse a tmux session while using ssh eeemsi 2023-07-29 15:32:55 +0200
  • 048de00fe7 fix (screenrc): increase value of scrollback. the default value is way to small eeemsi 2023-07-29 15:24:17 +0200
  • f38e6934a9 fix (zshrc): consider this dangerous - handle repositories with more care eeemsi 2023-07-29 15:13:51 +0200
  • 9c000263ac feat (zshrc): instead of sourcing files individually just do so with files from a certain directory eeemsi 2023-07-21 10:02:12 +0200
  • 319f0bb0a9 fix (zshrc): decrease KEYTIMEOUT for another key to be pressed eeemsi 2023-07-20 20:15:37 +0200
  • dcc3582255 fix (zshrc): the default sizes do not match my level of comfort for shell history eeemsi 2023-07-20 20:10:58 +0200
  • 6ac8ce7a60 fix (zsh/term_title): remove case for xterm - screen is the main reason for this feature eeemsi 2023-06-15 20:34:21 +0200
  • 50d50ff069 feat (zsh/term_title): add support for displaying terminal titles in a nice way eeemsi 2023-06-15 20:29:05 +0200
  • 9713982a79 feat (zshrc): add case-insensitive, partial-word and then substring completion eeemsi 2023-05-06 16:03:23 +0200
  • f092a2a747 new (screenrc): add minimal possibly silent screenrc eeemsi 2023-05-06 15:55:16 +0200
  • 78a89156ef chore (zshrc): do not show . and .. when displaying all files eeemsi 2023-05-05 22:18:02 +0200
  • 555b2a2524 fix (zshrc): the command is not necessarily invoked at the top-level of a specific repository so the correct work-tree must be specified eeemsi 2023-02-13 15:35:53 +0100
  • fe962313b5 fix (zshrc): increae amount of repositories that can be pulled from eeemsi 2023-02-11 10:12:14 +0100
  • 59c12ff606 new (zshrc): add alias to update all git repositories within the current directory eeemsi 2023-02-11 09:53:03 +0100
  • a91ffe96ef chore (zshrc): move exports to a more fitting spot in the config eeemsi 2023-02-11 09:38:02 +0100
  • 8dd42a8c0d fix (zshrc): disable beeping on error events eeemsi 2023-02-03 10:42:47 +0100
  • b023b1a049 fix (vimrc): disable ringing the bell for all events eeemsi 2023-02-03 10:37:32 +0100
  • ea909b00d7 fix (vimrc): avoid creating swap files eeemsi 2023-01-24 17:40:57 +0100
  • 9f05dc1a87 feat (vimrc): make tabs and trailing whitespaces visible eeemsi 2023-01-20 20:46:05 +0100
  • 0d5af8da0f feat (vimrc): add highlight for search results eeemsi 2023-01-20 20:37:43 +0100
  • 124a1f012c fix (vimrc): do not behave case sensitive while searching eeemsi 2023-01-19 10:14:40 +0100
  • fe24172e4c feat (zshrc): create handy alias to create a temporary directory and cd into it eeemsi 2023-01-13 17:39:34 +0100
  • 777271fd41 fix (zshrc): skip customization for non-interactive shells eeemsi 2023-01-13 17:27:17 +0100
  • ce98f796c7 del (zshrc): remove homebrew for now and see what happens eeemsi 2023-01-13 17:24:28 +0100
  • 88f2031200 fix (README.md): make reference to lolcode eeemsi 2023-01-10 22:11:12 +0100
  • 1026d296b6 Make ze letters BIG Stefan Hagen 2023-01-10 21:30:01 +0100
  • 48eab41d5c feat (vimrc): automatically remove trailing whitespaces eeemsi 2023-01-10 19:03:17 +0100
  • f8ec0d14d3 fix (zshrc): enable completion while using cd - <TAB> eeemsi 2023-01-10 18:51:12 +0100
  • 3b0300b86f new (zshrc): add current zshrc - some parts are not functional at the moment eeemsi 2023-01-10 18:51:12 +0100
  • b222afb251 new (vimrc): add current vimrc eeemsi 2023-01-10 18:51:12 +0100
  • 9ecab41b4b initial commit eeemsi 2023-01-10 18:51:12 +0100