Compare commits

..

5 commits

6 changed files with 9 additions and 6 deletions

View file

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

View file

@ -4,3 +4,4 @@ if [ -r $XDG_CONFIG_HOME/sh/$HOSTNAME.sh ]; then
source $XDG_CONFIG_HOME/sh/$HOSTNAME.sh
fi
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
if command -v atuin >/dev/null; then
eval "$(atuin init bash)"
source <(atuin init bash)
fi
# Init zoxide if present and alias cd to it

View file

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

View file

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

View file

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