-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.profile
33 lines (24 loc) · 1.11 KB
/
.profile
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
33
# $OpenBSD: dot.profile,v 1.8 2022/08/10 07:40:37 tb Exp $
#
# sh/ksh initialization
# Add ~/.local/bin to $PATH for Python environment commands, such as mkdocs.
PATH=$HOME/bin:$HOME/.local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
# Assume OpenBSD repo in /cvs is default for cvs(1). Use 'cvs -d' to
# override this.
CVSROOT=/cvs
export PATH HOME TERM CVSROOT
# If the ENV parameter is set when an interactive shell starts (or, in
# the case of login shells, after any profiles are processed), its value
# is subjected to parameter, command, arithmetic, and tilde (`~')
# substitution and the resulting file (if any) is read and executed. In
# order to have an interactive (as opposed to login) shell process a
# startup file, ENV may be set and exported (see below) in
# $HOME/.profile - future interactive shell invocations will process any
# file pointed to by $ENV:
if [ -e ~/.kshrc ]; then
: ${ENV='~/.kshrc'}
export ENV
fi
alias srh='ssh -i ~/.ssh/borg_ed25519 -t 3310@usw-s003.rsync.net'
alias mosh='LC_ALL="en_US.UTF-8" mosh'
alias cvsup=~/bin/learn-cvs/cvs-ports-src-xenocara.sh