From 7ca48b08d089a8f479b72f3826337cd163effc4f Mon Sep 17 00:00:00 2001 From: asus Date: Fri, 13 Oct 2023 16:23:50 +0200 Subject: [PATCH] added an alias in zsh to show the battery logs --- config_files/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_files/.zshrc b/config_files/.zshrc index 777e177..a376407 100644 --- a/config_files/.zshrc +++ b/config_files/.zshrc @@ -175,11 +175,12 @@ PS1='%(?:%{%}➜ :%{%}➜ ) %{$fg[cyan]%}%test%{$reset_color%} $(git_prompt_info # ---------------------------------------------------- # aliases +# you need to source the changes : `source .zshrc` # ---------------------------------------------------- alias open="xdg-open" alias youtube-dl="~/bin/youtube-dl" alias ydl="~/bin/youtube-dl" - +alias bat="tail -n 10 /var/log/battery_status.log"