summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile19
1 files changed, 2 insertions, 17 deletions
diff --git a/.profile b/.profile
index 7e90921..5133943 100644
--- a/.profile
+++ b/.profile
@@ -29,6 +29,7 @@ export C_INCLUDE_PATH=/usr/local/include/
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
+#export XAUTHORITY="$XDG_CONFIG_HOME/X11/Xauthority"
export TIME_STYLE="long-iso"
export BLOCK_SIZE="'1"
export QUOTING_STYLE=literal
@@ -39,9 +40,8 @@ export XMODIFIERS="@im=fcitx"
export ENV="$XDG_CONFIG_HOME/ksh/.kshrc"
# }}}
# Programas {{{
-#export EXINIT="set ai ic nu sm smd sw=4 ts=4 ruler para=BlBdPpIt sect=ShSs | map gg 1G"
export EXINIT=":so $XDG_CONFIG_HOME/exrc"
-export EDITOR="nvi"
+export EDITOR="nvim"
export TERMINAL="xterm"
export VISUAL="$EDITOR"
export GIT_EDITOR="$EDITOR"
@@ -49,7 +49,6 @@ export GIT_EDITOR="$EDITOR"
export GPG_TTY=$(tty)
export GNUPGHOME="${XDG_DATA_HOME:-$HOME/.local/share}/gnupg"
export PASSWORD_STORE_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/pass"
-#eval $(keychain --dir ~/.local/share/keychain --quiet --eval --noask --clear --agents ssh,gpg id_ed25519)
export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
export HIGHLIGHT_OPTIONS='--out-format="ansi" --style=base16/gruvbox-dark-hard'
@@ -62,20 +61,6 @@ export IPYTHONDIR="$XDG_CONFIG_HOME/ipython"
export NNTPSERVER="news.tildeverse.org"
export SLRNHOME="$XDG_CONFIG_HOME/slrn"
# }}}
-# FZF {{{
-export FZF_DEFAULT_OPTS="--cycle \
- --color=bg:-1,hl:#5fff87,bg+:-1,hl+:#ffaf5f,border:-1,info:#af87ff,prompt:#5fff87,pointer:#ff87d7,marker:#ff87d7,spinner:#ff87d7 \
- --reverse \
- --info=inline \
- --no-bold \
- --ansi \
- --pointer='→' \
- --marker='∙' \
- --preview-window :wrap:sharp"
-
-export FZF_COMPLETION_OPTS='+c -x'
-export FZF_CTRL_T_OPTS="--select-1 --exit-0 --preview 'echo {}'"
-# }}}
# Less {{{
export PAGER=less
export LESSCHARSET=UTF-8
Un proyecto texto-plano.xyz