summaryrefslogtreecommitdiff
path: root/home-config/bashrc
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-05-05 01:22:35 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-05-05 01:22:35 -0400
commitb081473eaa08537dee157d6810de49ca71adf0e1 (patch)
tree3a6e0d0f4f4852e2d7183c0a478767f41e6db031 /home-config/bashrc
parente7779b9f07b77b113550b82070825fa7f08d8f72 (diff)
half baked changes that need fixing
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)