summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.profile')
-rw-r--r--dotfiles/system/.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile
index a0a1274..d63cee5 100644
--- a/dotfiles/system/.profile
+++ b/dotfiles/system/.profile
@@ -102,6 +102,7 @@ alias lt="exa -lthAF --group-directories-first "
alias mkd="mkdir -pv"
alias myip='curl -4 https://chroot-me.in/ip/ 2> /dev/null || w3m -4 -dump https://chroot-me.in/ip'
alias open="xdg-open"
+alias ntop="sudo bandwhich"
alias ptop="sudo powertop"
alias running_services='systemctl list-units --type=service --state=running'
alias speedtest="speedtest-go"
@@ -130,3 +131,4 @@ fi
# if [ -z "$DISPLAY" ] && [ "$(tty)" = /dev/tty1 ]; then
# startx
# fi
+. "/home/cjennings/.deno/env" \ No newline at end of file