Switch to zsh instead of bash

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-02-13 20:40:47 +01:00
parent ca2c5b0c2b
commit 88927bbf39
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
13 changed files with 115 additions and 101 deletions

View file

@ -95,6 +95,9 @@ This folder contains my configuration for
### `.config/X11`
This folder contains my configuration for the X-Server.
### `.config/zsh`
This folder contains my configuration for Zsh.
### `.config/Trolltech.conf`
This file contains my QT4 configuration.
@ -105,19 +108,4 @@ functions that I use in other scripts.
### `udev`
This folder contains my custom udev rules. They are moved to
`/etc/udev/rules.d/` by the installation script.
### `.aliases`
This file contains my aliases that I use on a regular basis. I also use it to replace some standard commands wiht alternatives, like using `exa` instead of `ls`.
### `.bash_logout`
This file contains code that gets executed when the shell is exited.
### `.bash_profile`
This file contains code that gets executed when a login shell is started.
### `.bashrc`
This file contains code that gets executed when a new shell is started.
### `.env`
This file contains my used environment variables.
`/etc/udev/rules.d/` by the installation script.