mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
bf26d5ed56
commit
48a93e2998
21 changed files with 515 additions and 2785 deletions
|
|
@ -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 #
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue