summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-11-07 22:48:59 +0100
committerMarc Vertes <mvertes@free.fr>2024-11-07 22:48:59 +0100
commit662f349e41b6c22b5c66467ede9c5535fd4ce26a (patch)
tree6c9d62038867d12c9357e60f16c9c92c85ecdb40 /.bashrc
parent21cd2e0f8e8f880847b9dbbcf2198407234c2a29 (diff)
termcolor
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc8
1 files changed, 5 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index 7a82e55..d375799 100644
--- a/.bashrc
+++ b/.bashrc
@@ -84,6 +84,7 @@ alias ww='(cd ~/Wiki && vi home_page.md)'
alias s='(cd ~/Wiki && vi scratch.md)'
alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME'
alias pv='qlmanage -p'
+alias tc=termcolor
gtr() { go test -v -run "$@"; }
export -f gtr
@@ -115,9 +116,6 @@ export YAEGI_SYSCALL=1
mkcd() { mkdir -p "$1" && cd "$1"; }
-mosht() { mosh "$@" -- tmux a; }
-export -f mosht
-
ssht() { ssh -t "$@" -- tmux a; }
export -f ssht
@@ -185,3 +183,7 @@ export HOMEBREW_REPOSITORY=/opt/homebrew
# Added by Radicle.
export PATH="$PATH:/Users/marc/.radicle/bin"
+
+#case $TERM_PROGRAM in
+#Apple_Terminal) termcolor
+#esac