From dfcf6807fed73fd3df4750f1531bd227c324501f Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 2 Jan 2025 22:20:15 +0100 Subject: Updates bash_profile, bashrc, aliasrc, confgm profile and xprofile - Adds new line in PS1 for more readability when using long paths - Adds nix profile sourcing - Adds kubenetes aliases and autocompletion - Changes tool to display date, volume and battery when pressing the poweroff button - Removes autostarts of unclutter --- dot_config/aliasrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dot_config/aliasrc') diff --git a/dot_config/aliasrc b/dot_config/aliasrc index 8acf451..9c3a70e 100644 --- a/dot_config/aliasrc +++ b/dot_config/aliasrc @@ -26,3 +26,6 @@ alias mpv='mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)' \ wget='wget --hsts-file="$XDG_DATA_HOME"/wget-hsts' \ scd='echo "YOU USED SCD, BE CAREFUL" ; cd' \ adb='HOME="$XDG_DATA_HOME"/android adb' \ + k=kubectl \ + t=task \ + tl='task --list-all' \ -- cgit v1.2.3