Switch to zsh instead of bash
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
ca2c5b0c2b
commit
88927bbf39
13 changed files with 115 additions and 101 deletions
|
@ -30,10 +30,6 @@ DIRECTORIES=(
|
|||
|
||||
# Array of files which should be symlinked in the home folder
|
||||
LINKED_FILES_HOME=(
|
||||
".aliases"
|
||||
".bash_logout"
|
||||
".bash_profile"
|
||||
".bashrc"
|
||||
".config/autokey"
|
||||
".config/bat"
|
||||
".config/compton"
|
||||
|
@ -57,7 +53,7 @@ LINKED_FILES_HOME=(
|
|||
".config/vue"
|
||||
".config/wget"
|
||||
".config/X11"
|
||||
".env"
|
||||
".config/zsh"
|
||||
".local/bin"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue