Files
lnx-arch/dots/bash/.bashrc

14 lines
242 B
Bash
Raw Normal View History

2024-05-03 13:52:41 -05:00
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
# https://github.com/gsamokovarov/jump
eval "$(jump shell --bind=j)"