summaryrefslogtreecommitdiffstats
path: root/profile
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-16 17:22:56 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-16 17:22:56 +0100
commitbe04be63ce7202d86931fddee3aaddc94ef2f5ee (patch)
tree9dfff09d600260a33ed72806ef0778f603df478a /profile
parent5d0ac192722f798dc3fa884cdb74296e4d4e3654 (diff)
the big apr 22 update
Diffstat (limited to '')
-rw-r--r--profile34
1 files changed, 0 insertions, 34 deletions
diff --git a/profile b/profile
index d14ba30..fa5877f 100644
--- a/profile
+++ b/profile
@@ -1,35 +1 @@
-# $OpenBSD: dot.profile,v 1.7 2020/01/24 02:09:51 okan Exp $
-#
-# sh/ksh initialization
export ENV=$HOME/.kshrc
-export PATH=$PATH:/usr/local/jdk-11/bin
-export PATH=$PATH:/home/lemon/bin
-export HISTFILE=~/.ksh_history
-export HISTSIZE=10000
-
-alias lynx='~/dotfiles/lynx/lynx'
-#alias xclip='xclip -selection c'
-alias '?'=duck
-alias vimpluginstall="vim +':PlugInstall' +':q!' +':q!'"
-alias ipinfo="curl ipinfo.io"
-alias weather="curl wttr.in"
-alias ta="task add $1"
-alias t="task ready"
-alias report="task burndown.daily"
-#alias a='task add'
-alias du='ncdu --color dark -rr -x --exclude .git'
-alias free='free -h'
-alias gloga='git log --oneline --decorate --graph --all'
-
-taskProject(){
- echo "Please enter a task number \nfollowed by a project name"
- task $1 modify project:$2
-}
-alias tpro=taskProject
-
-# Perl stuff
-PATH="/home/lemon/perl5/bin${PATH+:}${PATH}"; export PATH;
-PERL5LIB="/home/lemon/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB;
-PERL_LOCAL_LIB_ROOT="/home/lemon/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT;
-PERL_MB_OPT="--install_base \"/home/lemon/perl5\""; export PERL_MB_OPT;
-PERL_MM_OPT="INSTALL_BASE=/home/lemon/perl5"; export PERL_MM_OPT;