diff options
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' |