Skip to content

Commit

Permalink
reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
jpabbuehl committed Nov 19, 2023
1 parent 2453d8b commit be4afd2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
20 changes: 4 additions & 16 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
#!/bin/bash

if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi







#!/bin/bash


Expand Down Expand Up @@ -42,4 +27,7 @@ fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
fi


export PATH="$HOME/.poetry/bin:$PATH"
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ if command -v powerline-daemon &>/dev/null; then
fi


setxkbmap -option caps:swapescape
setxkbmap -option caps:swapescape
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ Pictures/
dev/
nas
.cache/
<<<<<<< HEAD
.python_history
.aws
.local
.key
.config/
.arkade/
.cubestore
.docker
.docker
=======
.python_history
>>>>>>> 134c6c8 (reorganization)

0 comments on commit be4afd2

Please sign in to comment.