From c6cc202ab95e6f199e63d59ea68d4bcb39940945 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 9 Apr 2024 18:29:39 -0600 Subject: redid bash config and update script, experimenting with doom emacs --- bash/.bash_profile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 bash/.bash_profile (limited to 'bash/.bash_profile') diff --git a/bash/.bash_profile b/bash/.bash_profile deleted file mode 100644 index dba61c3..0000000 --- a/bash/.bash_profile +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -# .bash_profile - -PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.cargo/bin:$HOME/.dotnet/tools - -# Get the aliases and functions -if [ -f ~/.bashrc ]; then - . ~/.bashrc -fi - -# User specific environment and startup programs -export EDITOR=/usr/bin/vim -export TERMINAL=/usr/bin/alacritty -export BROWSER=/usr/bin/librewolf-bin -export XZ_OPT='-9 -T0 -M 32000000000' - -export PATH -complete -cf doas -source /usr/share/bash-completion/completions/fzf -source /usr/share/fzf/key-bindings.bash -- cgit v1.2.3