added an alias in zsh to show the battery logs
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user