aboutsummaryrefslogtreecommitdiff
path: root/dot_config/aliasrc
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-01-02 22:20:15 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-01-02 22:20:15 +0100
commitdfcf6807fed73fd3df4750f1531bd227c324501f (patch)
treec77947ebb16e0f03416c7e940d26e520787e679d /dot_config/aliasrc
parent70274919e2d27a37a9a604e062a961e2d25f2dfa (diff)
Updates bash_profile, bashrc, aliasrc, confgm profile and xprofileHEADmaster
- 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
Diffstat (limited to 'dot_config/aliasrc')
-rw-r--r--dot_config/aliasrc3
1 files changed, 3 insertions, 0 deletions
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' \