summaryrefslogtreecommitdiff
path: root/.bashrc
blob: c9cf8a693238cf447e8ee3663818b0c82641ccb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ll='ls -lah --color=auto'
PS1='[\u@\h \W]\$ '

alias cfgc='/usr/bin/git --git-dir=$HOME/.mycfg_cross_platform/ --work-tree=$HOME'
alias cfgl='/usr/bin/git --git-dir=$HOME/.mycfg_local/ --work-tree=$HOME'

eval "$(zoxide init bash)"