small updates, needs restow xsession

This commit is contained in:
2026-02-07 19:57:08 +01:00
parent a619b0b47e
commit 30a50ab8ff
9 changed files with 17 additions and 27 deletions

View File

@@ -14,11 +14,14 @@ if alias r > /dev/null; then
fi
if which eza > /dev/null; then
alias ls='eza --icons'
alias tree='eza --tree --icons'
alias ls='eza --icons'
alias tree='eza --tree --icons'
elif which exa > /dev/null; then
alias ls='exa --icons'
alias tree='exa --tree --icons'
alias ls='exa --icons'
alias tree='exa --tree --icons'
else
eval $(dircolors)
alias ls='ls --color'
fi
alias nocaps='setxkbmap pl -option ctrl:nocaps'

View File

@@ -33,6 +33,9 @@ if [ -d ~/.local/share/man ]; then
export MANPATH="$HOME/.local/share/man:$MANPATH"
fi
export GOPATH=~/.cache/go
export GOBIN=~/.local/bin
# start X or Hyprland at login
if [ -z "$DISPLAY" -a -z "$WAYLAND_DISPLAY" -a "$(tty)" = /dev/tty1 ]; then
if which /usr/bin/sx > /dev/null; then

View File

@@ -1,6 +1,5 @@
# Install zap:
# % cd ~/.local/share
# % git clone https://github.com/zap-zsh/zap.git --branch=release-v1
# % git clone https://github.com/zap-zsh/zap.git --branch=release-v1 ~/.local/share/zap
export FZF_DEFAULT_OPTS='--color=bg+:#808080'
zstyle ':fzf-tab:*' fzf-flags $FZF_DEFAULT_OPTS