summaryrefslogtreecommitdiff
path: root/home-config/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/bashrc')
-rw-r--r--home-config/bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-config/bashrc b/home-config/bashrc
index c8e6503..6d22d87 100644
--- a/home-config/bashrc
+++ b/home-config/bashrc
@@ -38,6 +38,7 @@ alias grep='grep --color=auto'
38alias quit='exit' 38alias quit='exit'
39export EDITOR=nvim 39export EDITOR=nvim
40alias cat='bat --paging=never' 40alias cat='bat --paging=never'
41export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share
41 42
42# GPG SETUP FOR SSH 43# GPG SETUP FOR SSH
43export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) 44export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)