Compare commits

...

4 commits

3 changed files with 6 additions and 9 deletions

View file

@ -8,7 +8,7 @@ bindkey "^[3;5~" delete-char
# Command completion
autoload -U compinit
compinit -d "$COMPDIR/.zcompdump"
[ -f "$COMPDIR/.zcompdump" ] && compinit -d "$COMPDIR/.zcompdump"
# Prompt
if [ -f "/usr/bin/liquidprompt" ]; then
@ -33,12 +33,8 @@ if [ -f "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.
fi
# SSH agent
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
ssh-agent -t 1h > "$XDG_RUNTIME_DIR/ssh-agent.env"
fi
if [[ ! -f "$SSH_AUTH_SOCK" ]]; then
source "$XDG_RUNTIME_DIR/ssh-agent.env" >/dev/null
fi
# Enable it using `systemctl enable --user ssh-agent.service`
[ -S "$XDG_RUNTIME_DIR/ssh-agent.socket" ] && export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
# Aliases
[ -f "$MY_CONFIG/.aliases" ] && . "$MY_CONFIG/.aliases"
@ -60,7 +56,7 @@ hash zoxide 2>/dev/null && eval "$(zoxide init zsh)"
#
# Example:
# sudo archlinux-java set java-13-openjdk
export JAVA_HOME="/usr/lib/jvm/default"
[ -d "/usr/lib/jvm/default" ] && export JAVA_HOME="/usr/lib/jvm/default"
# Exit with a success status
true

1
.vim/indent/css.vim Normal file
View file

@ -0,0 +1 @@
set expandtab&

View file

@ -11,7 +11,7 @@ pacman -S bat duf eza htop inetutils jq kitty-terminfo neovim openssh tmux trans
pacman -S shared-mime-info xdg-user-dirs
pacman -S reflector
pacman -S skim
pacman -S yazi unarchiver ffmpegthumbnailer fd ripgrep poppler zoxide
pacman -S yazi unarchiver ffmpegthumbnailer fd ripgrep-all poppler zoxide
# Rust
pacman -S cargo-audit cargo-outdated cargo-release rustup
# Python