Compare commits
No commits in common. "886b4ceadc35fbea72ad9eba2a9e13c43e170fe6" and "bbff7f0ce18d6aeefbb7d725552d4d7ec5bbc8c4" have entirely different histories.
886b4ceadc
...
bbff7f0ce1
6 changed files with 6 additions and 9 deletions
|
|
@ -1,3 +0,0 @@
|
|||
if command -v eza >/dev/null; then
|
||||
alias ls="eza"
|
||||
fi
|
||||
|
|
@ -4,4 +4,3 @@ 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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ fi
|
|||
|
||||
# Launch atuin if it is installed
|
||||
if command -v atuin >/dev/null; then
|
||||
source <(atuin init bash)
|
||||
eval "$(atuin init bash)"
|
||||
fi
|
||||
|
||||
# Init zoxide if present and alias cd to it
|
||||
|
|
|
|||
|
|
@ -2,5 +2,3 @@
|
|||
/.helix
|
||||
/.settings
|
||||
/.classpath
|
||||
/.cache
|
||||
/compile_commands.json
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
echo Loading Openchip config
|
||||
|
||||
# LLVM
|
||||
export PATH="/work1/rpaquet/llvm-project/build/bin:$PATH"
|
||||
|
||||
# Other binaries
|
||||
export PATH="/work1/rpaquet/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,5 +2,3 @@
|
|||
|
||||
# Personnal scripts
|
||||
export PATH="$PATH:$HOME/bin"
|
||||
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue