diff options
author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-08-17 16:19:36 +0200 |
---|---|---|
committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-08-17 16:19:36 +0200 |
commit | be43356a2e0b497bb6f11c32eac0288fa026d51d (patch) | |
tree | b59af1b39465e8a1dfc61fdb0ba3b0346417a95c /README.md | |
parent | 416e6594a9f8b3c94afe956aea358540d1ad2595 (diff) |
zshrc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -11,6 +11,17 @@ It is recommanded that you read and understand the scripts before running them ## Explanation of each script +### zshrc_example + +not a script but an example .zshrc that I consider sane defaults + +zsh has the reputation to be very powerful but a pain to configure, with this you +can just use it as a drop in replacement for bash and it should work right and feel +right right away, main differences are like vi-like keybindings and autocompletion +is a bit different than bash (way better) + +you may wanna customize the PS1 variable and add your own aliases + ### addtorrent.sh a command line script to add a torrent to a remote Transmission server over HTTP |