aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-10-16 20:28:25 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-10-16 20:28:25 +0100
commit7f02068a2fddfa4c8a53f43a99bea4bb182e630f (patch)
treec0e964cfd00804fadc799cabd5bdb133e507e884 /.bashrc
parentc20025d016b684da31cf2947b42fd1196fb834a3 (diff)
Fixed an oopsie ;)
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index a01156c..eca502d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -79,12 +79,9 @@ export SSH_ASKPASS=~/.local/bin/ssh-askpass
export TERMINAL="foot"
export SAL_USE_VCLPLUGIN=gtk3
-<<<<<<< HEAD
# Path to Zig binary
export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.11.0/
-=======
->>>>>>> parent of 632d6d0 (Added zig 0.11.0 binary location to PATH variable)
# Enable the use of ssh-agent
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
ssh-agent -t 1h > "$XDG_RUNTIME_DIR/ssh-agent.env"