Compare commits
5 commits
bbff7f0ce1
...
886b4ceadc
| Author | SHA1 | Date | |
|---|---|---|---|
| 886b4ceadc | |||
| f1ea4e10fc | |||
| 6395c6e74c | |||
| 5d8fd8db2d | |||
| f796404713 |
6 changed files with 9 additions and 6 deletions
3
home/.config/bash/aliases.sh
Normal file
3
home/.config/bash/aliases.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
if command -v eza >/dev/null; then
|
||||
alias ls="eza"
|
||||
fi
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,3 +2,5 @@
|
|||
/.helix
|
||||
/.settings
|
||||
/.classpath
|
||||
/.cache
|
||||
/compile_commands.json
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
# Personnal scripts
|
||||
export PATH="$PATH:$HOME/bin"
|
||||
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue