1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Compare commits

..

No commits in common. "6fe6334522c0576cf36e8103dbad882672086e9a" and "fa4c0ec490231408fd47ecbd3780526222f08f05" have entirely different histories.

3 changed files with 2 additions and 11 deletions

View File

@ -56,9 +56,6 @@ set -g PASSWORD_STORE_ENABLE_EXTENSIONS "true"
# Make sure pass uses the proper directory
set -g PASSWORD_STORE_DIR ~/.local/share/pass
# Make sure pass ignores throw-keyids config
set -g PASSWORD_STORE_GPG_OPTS "--no-throw-keyids"
# Use alternative muhome
set -xg MU_HOME ~/.cache/mu
@ -97,7 +94,7 @@ set -xg XDG_VIDEOS_DIR $HOME/Videos
set -xg NPM_CONFIG_USERCONFIG $XDG_CONFIG_HOME/npm/npmrc
# Set qt theme
set -xg QT_QPA_PLATFORMTHEME qt5ct
set -xg QT_QPA_PLATFORMTHEME qt5ct
# nvim alias
abbr --add v 'nvim'
@ -117,7 +114,7 @@ abbr --add weechat "weechat -d ~/.config/weechat"
abbr --add tmux "tmux -f ~/.config/tmux/tmux.conf"
# pass
abbr --add pass "PASSWORD_STORE_DIR=$PASSWORD_STORE_DIR PASSWORD_STORE_GPG_OPTS=$PASSWORD_STORE_GPG_OPTS /usr/bin/pass"
abbr --add pass "PASSWORD_STORE_DIR=$PASSWORD_STORE_DIR /usr/bin/pass"
# pacman aliases
abbr --add pacrmorphans "sudo pacman -Rs (pacman -Qtdq)"

View File

@ -14,9 +14,6 @@ path_if_exists ~/.local/share/doom/bin
path_if_exists ~/.local/share/go/bin
path_if_exists ~/.local/share/cargo/bin
# Add local node_modules
export PATH="./node_modules/.bin/:$PATH"
# Set GPG TTY
export GPG_TTY="$(tty)"
@ -42,9 +39,6 @@ export PASSWORD_STORE_ENABLE_EXTENSIONS="true"
# Make sure pass uses the proper directory
export PASSWORD_STORE_DIR=~/.local/share/pass
# Make sure pass ignores throw-keyids config
export PASSWORD_STORE_GPG_OPTS="--no-throw-keyids"
# Use alternative muhome
export MU_HOME=~/.cache/mu