minor fix

This commit is contained in:
js0ny 2025-02-23 19:52:23 +00:00
parent bf26d5ed56
commit 48a93e2998
21 changed files with 515 additions and 2785 deletions

View file

@ -1,4 +1,8 @@
# vim:ft=bash
# This should be in
# ~/.bash_aliases
# or in if antidots and wheel
# ~/.config/bash/bash_aliases
if command -v zoxide > /dev/null ; then
eval "$(zoxide init bash)"
# Relative navigation #

View file

@ -1,4 +1,7 @@
# If no admin rights, just
# vim:ft=bash
# If wheel and antidots:
# ln -sf $DOTFILES/tools/bash/profile ~/.config/bash/bashrc
# If not wheel or antidots:
# ln -sf $DOTFILES/tools/bash/bashrc ~/.bashrc
export DOTFILES=$HOME/.dotfiles

View file

@ -1,2 +1,3 @@
#:vim: set ft=bash:
test -f $HOME/.config/bash/bashrc && source $HOME/.config/bash/bashrc
test -f $HOME/.bashrc && source $HOME/.bashrc

View file

@ -1,3 +1,4 @@
# vim:ft=bash
# Put this file in $XDG_CONFIG_HOME/bash/profile
# This file is sourced by /etc/profile.d/xdg-compat.sh
# and will source user's XDG-compliant Bash Run Commands