From be4afd25305c5e1f1ecd0ce0487732f7fce13011 Mon Sep 17 00:00:00 2001 From: Jean-Paul Abbuehl Date: Sun, 19 Nov 2023 07:23:07 +0100 Subject: [PATCH] reorganization --- .bash_profile | 20 ++++---------------- .bashrc | 2 +- .gitignore | 6 +++++- 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/.bash_profile b/.bash_profile index 3fe69a0..4ac873b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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 @@ -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 \ No newline at end of file +fi + + +export PATH="$HOME/.poetry/bin:$PATH" diff --git a/.bashrc b/.bashrc index e946439..d929278 100644 --- a/.bashrc +++ b/.bashrc @@ -76,4 +76,4 @@ if command -v powerline-daemon &>/dev/null; then fi -setxkbmap -option caps:swapescape \ No newline at end of file +setxkbmap -option caps:swapescape diff --git a/.gitignore b/.gitignore index 0d76d41..c5e76f7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ Pictures/ dev/ nas .cache/ +<<<<<<< HEAD .python_history .aws .local @@ -18,4 +19,7 @@ nas .config/ .arkade/ .cubestore -.docker \ No newline at end of file +.docker +======= +.python_history +>>>>>>> 134c6c8 (reorganization)