diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-04-03 16:24:22 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-04-03 16:24:22 +0100 |
commit | 46bad3490f02a1154875a260c6cfdc8a527eeeae (patch) | |
tree | 316e3bdca6dafb821b8bf3b4cc124b13754de6b9 | |
parent | 80596bf05c5fb5d583360cc3b89a731632119a5d (diff) |
added some stuff to profile
-rw-r--r-- | profile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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' |