aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile16
1 files changed, 0 insertions, 16 deletions
diff --git a/profile b/profile
index 12fdca0..17de89d 100644
--- a/profile
+++ b/profile
@@ -1,8 +1,6 @@
1# trap 'exit.sh' EXIT 1# trap 'exit.sh' EXIT
2 2
3export SETTING_DIR=${SETTING_DIR:=$HOME/helper} 3export SETTING_DIR=${SETTING_DIR:=$HOME/helper}
4export BIN_DIR=~/bin
5export PATH=$BIN_DIR:$PATH
6export TERM=xterm-256color 4export TERM=xterm-256color
7export XDG_CONFIG_HOME=~/.config 5export XDG_CONFIG_HOME=~/.config
8export XDG_STATE_HOME=~/.local/share/ 6export 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
28find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done 26find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done
29 27
30# local
31PATH=$PATH:$HOME/.local/bin
32PATH=$PATH:$HOME/.local/share/gem/ruby/3.2.0/bin
33# go
34PATH=$PATH:$HOME/go/bin
35# android-studio
36PATH=$PATH:$HOME/android-studio/bin
37# cargo
38PATH=$PATH:$HOME/.cargo/bin
39# yarn
40PATH=$PATH:$HOME/.yarn/bin
41# gem
42PATH=$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin
43
44# fzf 28# fzf
45if which fzf &>/dev/null; then 29if 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'