blob: 358290ec144ae4eb7d35867cc2ea994a5e7ea611 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# ██
# ░██
# ██████ ██████░██ ██████ █████
# ░░░░██ ██░░░░ ░██████ ░░██░░█ ██░░░██
# ██ ░░█████ ░██░░░██ ░██ ░ ░██ ░░
# ██ ░░░░░██░██ ░██ ░██ ░██ ██
# ██████ ██████ ░██ ░██░███ ░░█████
# ░░░░░░ ░░░░░░ ░░ ░░ ░░░ ░░░░░
#
# ▓▓▓▓▓▓▓▓▓▓
# ░▓ author ▓ xero <x@xero.nu>
# ░▓ code ▓ http://code.xero.nu/dotfiles
# ░▓ mirror ▓ http://git.io/.files
# ░▓▓▓▓▓▓▓▓▓▓
# ░░░░░░░░░░
#
#█▓▒░ load configs
for config (~/.zsh/*.zsh) source $config
{%@@ if profile == "unicorn" @@%}
export TERM=xterm-kitty
{%@@ else @@%}
export TERM=xterm-256color
{%@@ endif @@%}
export CHEAT_EDITOR=nvim
export VISUAL=nvim
export EDITOR=nvim
#export PHPBREW_SET_PROMPT=1
#export PHPBREW_RC_ENABLE=1
source ~/.phpbrew/bashrc
# project maanger prm
alias prm='. ~/.prm-bin/prm.sh'
|