diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-09 07:02:56 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-09 07:02:56 +0200 |
commit | 9f810eec6a98011b551c40f8686b88a4fb0b0862 (patch) | |
tree | 7ebe73f5cd8388c6bf46ce78b7033bc18efc6687 /dotfiles/zshrc | |
parent | 0a7be29623c8e722107b2d53fe524c6d65f70588 (diff) | |
download | dotfiles_dotdrop-9f810eec6a98011b551c40f8686b88a4fb0b0862.tar.xz dotfiles_dotdrop-9f810eec6a98011b551c40f8686b88a4fb0b0862.zip |
Add zsh config
Diffstat (limited to 'dotfiles/zshrc')
-rwxr-xr-x | dotfiles/zshrc | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dotfiles/zshrc b/dotfiles/zshrc new file mode 100755 index 0000000..c5462bb --- /dev/null +++ b/dotfiles/zshrc @@ -0,0 +1,30 @@ +# ██ +# ░██ +# ██████ ██████░██ ██████ █████ +# ░░░░██ ██░░░░ ░██████ ░░██░░█ ██░░░██ +# ██ ░░█████ ░██░░░██ ░██ ░ ░██ ░░ +# ██ ░░░░░██░██ ░██ ░██ ░██ ██ +# ██████ ██████ ░██ ░██░███ ░░█████ +# ░░░░░░ ░░░░░░ ░░ ░░ ░░░ ░░░░░ +# +# ▓▓▓▓▓▓▓▓▓▓ +# ░▓ author ▓ xero <x@xero.nu> +# ░▓ code ▓ http://code.xero.nu/dotfiles +# ░▓ mirror ▓ http://git.io/.files +# ░▓▓▓▓▓▓▓▓▓▓ +# ░░░░░░░░░░ +# +#█▓▒░ load configs +for config (~/.zsh/*.zsh) source $config + +export TERM=xterm-256color +export CHEAT_EDITOR=nvim +export VISUAL=nvim +export EDITOR=nvim + +#export PHPBREW_SET_PROMPT=1 +#export PHPBREW_RC_ENABLE=1 +source /home/neodarz/.phpbrew/bashrc + +# project maanger prm +alias prm='. ~/.prm-bin/prm.sh' |