Compare commits

..

No commits in common. "886b4ceadc35fbea72ad9eba2a9e13c43e170fe6" and "bbff7f0ce18d6aeefbb7d725552d4d7ec5bbc8c4" have entirely different histories.

6 changed files with 6 additions and 9 deletions

View file

@ -1,3 +0,0 @@
if command -v eza >/dev/null; then
alias ls="eza"
fi

View file

@ -4,4 +4,3 @@ if [ -r $XDG_CONFIG_HOME/sh/$HOSTNAME.sh ]; then
source $XDG_CONFIG_HOME/sh/$HOSTNAME.sh source $XDG_CONFIG_HOME/sh/$HOSTNAME.sh
fi fi
source $XDG_CONFIG_HOME/bash/hooks.sh source $XDG_CONFIG_HOME/bash/hooks.sh
source $XDG_CONFIG_HOME/bash/aliases.sh

View file

@ -10,7 +10,7 @@ fi
# Launch atuin if it is installed # Launch atuin if it is installed
if command -v atuin >/dev/null; then if command -v atuin >/dev/null; then
source <(atuin init bash) eval "$(atuin init bash)"
fi fi
# Init zoxide if present and alias cd to it # Init zoxide if present and alias cd to it

View file

@ -2,5 +2,3 @@
/.helix /.helix
/.settings /.settings
/.classpath /.classpath
/.cache
/compile_commands.json

View file

@ -1,3 +1,8 @@
echo Loading Openchip config
# LLVM
export PATH="/work1/rpaquet/llvm-project/build/bin:$PATH"
# Other binaries # Other binaries
export PATH="/work1/rpaquet/bin:$PATH" export PATH="/work1/rpaquet/bin:$PATH"

View file

@ -2,5 +2,3 @@
# Personnal scripts # Personnal scripts
export PATH="$PATH:$HOME/bin" export PATH="$PATH:$HOME/bin"
export PATH="$PATH:$HOME/.local/bin"