From 788fe9294b5df3a42382f544043f74bf6b4641fb Mon Sep 17 00:00:00 2001 From: techgaun Date: Mon, 28 Jan 2019 22:21:10 -0600 Subject: [PATCH] ss -tunapl -> sst --- .bash_aliases | 1 + .pgclirc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index add1d6d..9ddc126 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -46,6 +46,7 @@ alias sysup="sudo apt update && sudo apt -y upgrade && sudo apt -y autoremove" alias turnoff="sudo poweroff" alias v="vim" alias ytmp3="youtube-dl -x --audio-format mp3 --audio-quality 0" +alias sst="ss -tunapl" # this fixes issue with high CPU usage after laptop is woken up from sleep alias msrw19="sudo wrmsr -a 0x19a 0x0" diff --git a/.pgclirc b/.pgclirc index c72bd50..e36b1b0 100644 --- a/.pgclirc +++ b/.pgclirc @@ -25,7 +25,7 @@ multi_line_mode = psql # Destructive warning mode will alert you before executing a sql statement # that may cause harm to the database such as "drop table", "drop database" # or "shutdown". -destructive_warning = False +destructive_warning = True # Enables expand mode, which is similar to `\x` in psql. expand = False