Configure zsh
This commit is contained in:
parent
47c92124e5
commit
8dbb94f75a
11 changed files with 1901 additions and 7 deletions
3
.profile
3
.profile
|
|
@ -27,6 +27,9 @@ prepend-to-path "$HOME/.local/bin"
|
|||
|
||||
# Shell-specific stuff
|
||||
|
||||
# zsh-specific stuff is automatically sourced from
|
||||
# ~/.zshenv, ~/.zprofile, ~/.zlogin, and ~/.zshrc
|
||||
|
||||
# Source ~/.bashrc if we are running inside a bash shell
|
||||
# because it is NOT automatically sourced by bash
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue