summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-07-19 23:51:09 +0000
committerTyler Davis <tyler@gluecode.net>2024-07-19 23:51:09 +0000
commit1d34a4448b1df06295c9c84119f4e459c2ed8d18 (patch)
tree357cf1954fc570e1db320fa5ff78dd259d1bbde6 /.profile
parent3cd2c1371fe8ca5ceae879b2000597646535a7bc (diff)
downloaddotfiles-1d34a4448b1df06295c9c84119f4e459c2ed8d18.tar.gz
dotfiles-1d34a4448b1df06295c9c84119f4e459c2ed8d18.zip
bin: update bb.sh with details
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index e7e2688..27aa076 100644
--- a/.profile
+++ b/.profile
@@ -54,6 +54,7 @@ Linux)
export PAGER=less
alias ls="/bin/ls -F -h -A "
alias ll="/bin/ls -F -h -A -l"
+ alias cvs-st="cvs -q -n update"
set -o emacs
set -o tabcomplete
if [ -d "/usr/pkg/bin" ]; then