From 46bad3490f02a1154875a260c6cfdc8a527eeeae Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 3 Apr 2021 16:24:22 +0100 Subject: added some stuff to profile --- profile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profile b/profile index 763c0ce..f331f8f 100644 --- a/profile +++ b/profile @@ -4,3 +4,14 @@ export ENV=$HOME/.kshrc export PATH=$PATH:/usr/local/jdk-11/bin +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 vi='vim' +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' -- cgit v1.2.3