diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -1,8 +1,6 @@ | |||
1 | # trap 'exit.sh' EXIT | 1 | # trap 'exit.sh' EXIT |
2 | 2 | ||
3 | export SETTING_DIR=${SETTING_DIR:=$HOME/helper} | 3 | export SETTING_DIR=${SETTING_DIR:=$HOME/helper} |
4 | export BIN_DIR=~/bin | ||
5 | export PATH=$BIN_DIR:$PATH | ||
6 | export TERM=xterm-256color | 4 | export TERM=xterm-256color |
7 | export XDG_CONFIG_HOME=~/.config | 5 | export XDG_CONFIG_HOME=~/.config |
8 | export XDG_STATE_HOME=~/.local/share/ | 6 | export XDG_STATE_HOME=~/.local/share/ |
@@ -27,20 +25,6 @@ source $SETTING_DIR/alias | |||
27 | [[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done | 25 | [[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done |
28 | find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done | 26 | find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done |
29 | 27 | ||
30 | # local | ||
31 | PATH=$PATH:$HOME/.local/bin | ||
32 | PATH=$PATH:$HOME/.local/share/gem/ruby/3.2.0/bin | ||
33 | # go | ||
34 | PATH=$PATH:$HOME/go/bin | ||
35 | # android-studio | ||
36 | PATH=$PATH:$HOME/android-studio/bin | ||
37 | # cargo | ||
38 | PATH=$PATH:$HOME/.cargo/bin | ||
39 | # yarn | ||
40 | PATH=$PATH:$HOME/.yarn/bin | ||
41 | # gem | ||
42 | PATH=$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin | ||
43 | |||
44 | # fzf | 28 | # fzf |
45 | if which fzf &>/dev/null; then | 29 | if which fzf &>/dev/null; then |
46 | export FZF_COMPLETION_OPTS='--bind=ctrl-c:print-query' | 30 | export FZF_COMPLETION_OPTS='--bind=ctrl-c:print-query' |