-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtk.bashrc
More file actions
32 lines (29 loc) · 1.86 KB
/
Copy pathtk.bashrc
File metadata and controls
32 lines (29 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
################################################################# -*- sh -*- #######
## ,: ,: ##
## ,' | ,' | ##
## / : / : ##
## --' / ::::::::::: ::::::::::: ::: ::: --' / ##
## \/ />/ :+: :+: :+: :+: \/ />/ ##
## / /_\ +:+ +:+ +:+ +:+ / /_\ ##
## __/ / +#+ +#+ +#++:++ __/ / ##
## )'-. / +#+ +#+ +#+ +#+ )'-. / ##
## ./ :\ #+# #+# #+# #+# #+# ./ :\ ##
## /.' ' ### ##### ### ### /.' ' ##
## '/' '/' ##
## + + ##
## ' ' ##
####################################################################################
## Copyright © 2022 Tyler J. Kenney. All rights reserved. ##
####################################################################################
####################################################################################
export TKD=$(dirname -- "${BASH_SOURCE[0]}")
source ${TKD}/core/coreutils.sh
source ${TKD}/core/history.sh
source ${TKD}/core/ps.sh
source ${TKD}/stat/stat.sh
source ${TKD}/term/termctl.sh
source ${TKD}/term/tmux.sh
source ${TKD}/modular/modular.sh
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize