mpc
shrc
bashrc
kshrc
zshrc
.directory
cconvert
cnc
fetch
i3lock-custom
mklatex
ssht
test-color
test-notifications
tmp
tubetop
tubetop2
xephwrap
xrdbupdate
14 lines
174 B
Bash
Executable File
14 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# ~/.bashrc
|
|
#
|
|
|
|
# If not running interactively, don't do anything
|
|
[[ $- != *i* ]] && return
|
|
|
|
# Source .profile
|
|
if [ -r ~/.profile ]; then
|
|
source ~/.profile
|
|
fi
|
|
|