Initial version of the shells' dotfiles
- add config files for both bash and zsh - as some utilities regard git to be present, git's config files are included as well
This commit is contained in:
parent
c90d4825a7
commit
9c4ea2ecfe
17 changed files with 2855 additions and 0 deletions
5
.zprofile
Normal file
5
.zprofile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Executed by zsh when a login shell starts
|
||||
|
||||
# Mimic bash's default behavior (as an analogy) and source `~/.profile`
|
||||
# (`~/.zlogin` is skipped as it comes after `~/.zshrc`)
|
||||
source "$HOME/.profile"
|
||||
Loading…
Add table
Add a link
Reference in a new issue