small updates, needs restow xsession
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user