added everythig
This commit is contained in:
37
zshrc/.export.zsh
Normal file
37
zshrc/.export.zsh
Normal file
@@ -0,0 +1,37 @@
|
||||
# FZF
|
||||
export FZF_CTRL_T_OPTS="--preview 'bat -n --color=always --line-range :500 {}'"
|
||||
export FZF_ALT_C_OPTS="--preview 'eza --tree --color=always {} | head -200'"
|
||||
export FZF_DEFAULT_OPTS="--height 50% --layout=default --border --color=hl:#2dd4bf"
|
||||
export FZF_TMUX_OPTS=" -p90%,70% "
|
||||
|
||||
# FD
|
||||
export FZF_DEFAULT_COMMAND="fd --hidden --strip-cwd-prefix --exclude .git"
|
||||
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||
export FZF_ALT_C_COMMAND="fd --type=d --hidden --strip-cwd-prefix --exclude .g-t"
|
||||
export FZF_DEFAULT_OPTS='--bind tab:accept'
|
||||
|
||||
# temuxifier
|
||||
export PATH="$HOME/.tmuxifier/bin:$PATH"
|
||||
|
||||
# yazi setup
|
||||
export EDITOR="nvim"
|
||||
|
||||
# pyenv
|
||||
export PYENV_ROOT="$HOME/.pyenv/"
|
||||
|
||||
# fuse
|
||||
export BORG_FUSE_IMPL=llfuse
|
||||
export BORG_FUSE_IMPL=pyfuse3
|
||||
|
||||
# borg podman
|
||||
export BORG_PASSPHRASE="1ChagearC"
|
||||
|
||||
# manpager
|
||||
export MANPAGER='nvim +Man!'
|
||||
|
||||
export XDG_CURRENT_DESKTOP=Hyprland
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
export CLUTTER_BACKEND=wayland
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
Reference in New Issue
Block a user