diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-17 20:14:15 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-17 20:14:15 +0000 |
commit | 64e24c35da7ce655ef87cf1eecdda23ab819ac9f (patch) | |
tree | c57240ef82fd9bfee635a45a2a9d48ce9dbc3d5b /.zshrc | |
parent | mostly working now (diff) | |
download | scripts-64e24c35da7ce655ef87cf1eecdda23ab819ac9f.tar.gz scripts-64e24c35da7ce655ef87cf1eecdda23ab819ac9f.zip |
update
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -346,6 +346,7 @@ alias mdcat="turn_green && mdcat --local --fail --paginate" alias mariadb="mariadb --safe-updates" alias tunneltoprc="vim ~/scripts/.tunneltop.toml" alias fixtunneltoprc="cp ~/scripts/.tunneltop.toml ~/.tunneltop.toml" +alias tokei="tokei --hidden --num-format underscores -s lines" # change the 4th terminal color to #0000ff # echo -e '\e]P40000ff' |