zsh: add few alias

This commit is contained in:
Mathieu Maret 2023-01-24 16:17:10 +01:00
parent 54fd28a37e
commit 0e377b5025
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@ alias ../..='cd ../..'
alias ../../..='cd ../../..'
alias greptag='grep --exclude=tags --exclude=cscope.out'
alias logcat="adb logcat -v time"
alias remount="adb root && adb remount"
alias remount="adb root && adb remount" # use syswrite instead
alias xte='nohup xterm &' # xte lancera un xterm qui ne se fermera pas si on ferme le terminal
alias minicom='minicom -c on'
alias vims='vim --servername vimserver'
@ -32,6 +32,8 @@ alias gst="vim '+Gedit:' ."
alias lsempty='find . -depth -type d -empty'
alias rmempty='find . -depth -type d -empty -delete'
alias myip="curl -4 icanhazip.com"
alias bc="bc -l"
alias draw="fingerpaint --hint=$'Press any key or click to finish drawing\nImage will be copied to clipboard' -o - | xclip -sel clip -t image/png"
#Extension Alias
alias -s html=$BROWSER