added self echo in battery alias
This commit is contained in:
@@ -181,6 +181,6 @@ PS1='%(?:%{%}➜ :%{%}➜ ) %{$fg[cyan]%}%test%{$reset_color%} $(git_prompt_info
|
|||||||
alias open="xdg-open"
|
alias open="xdg-open"
|
||||||
alias youtube-dl="~/bin/youtube-dl"
|
alias youtube-dl="~/bin/youtube-dl"
|
||||||
alias ydl="~/bin/youtube-dl"
|
alias ydl="~/bin/youtube-dl"
|
||||||
alias bat="tail -n 10 /var/log/battery_status.log"
|
alias bat="echo 'tail -n 10 /var/log/battery_status.log'; tail -n 10 /var/log/battery_status.log"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user