summaryrefslogtreecommitdiffstats
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile11
1 files changed, 11 insertions, 0 deletions
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'