From 879583a1b699319cef541ab7e9d5a1cd1ef81239 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Mon, 19 Feb 2024 11:04:48 +0100 Subject: more lua, hammerspoon and aliases improvements --- .bash_profile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index 8e72229..0000000 --- a/.bash_profile +++ /dev/null @@ -1,22 +0,0 @@ -# branches and stuff in my SH -PS1='\w\[\033[0;32m\]$( git branch 2> /dev/null | cut -f2 -d\* -s | sed "s/^ / [/" | sed "s/$/]/" )\[\033[0m\] \$ ' - -# Load .bashrc, which loads: ~/.{bash_prompt,aliases,functions,path,dockerfunc,extra,exports} -if [[ -r "${HOME}/.bashrc" ]]; then - # shellcheck source=/dev/null - source "${HOME}/.bashrc" -fi - -# Tell grep to highlight matches -export GREP_OPTIONS='--color=auto' - -# Tell ls to be colourful -export CLICOLOR=1 -export LSCOLORS=Exfxcxdxbxegedabagacad - -# Volta -. "$HOME/.cargo/env" -export VOLTA_HOME="$HOME/.volta" -export PATH="$VOLTA_HOME/bin:$PATH" - -function gam() { "/Users/cobraz/bin/gam/gam" "$@" ; } -- cgit v1.2.3