old-yadm
parent
0da8466948
commit
20554afedc
|
@ -25,8 +25,11 @@ in
|
|||
isync
|
||||
khard
|
||||
|
||||
pkgsUnstable.logseq
|
||||
|
||||
alacritty
|
||||
gitFull
|
||||
git-extras
|
||||
ghq
|
||||
pkgsUnstable.neovim
|
||||
tmux
|
||||
|
|
|
@ -4,6 +4,10 @@ alias clear='clear; tput cup $LINES 0'
|
|||
alias camoff='sudo modprobe -r uvcvideo' # sudo rmmod -f uvcvideo
|
||||
alias camon='sudo modprobe uvcvideo'
|
||||
|
||||
ahbh(){
|
||||
git rev-list --left-right --count $(git remote show origin | sed -n '/HEAD branch/s/.*: //p')...$(git branch --show-current)
|
||||
}
|
||||
|
||||
alias pu='git push'
|
||||
alias st='git st'
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Joplin
|
||||
Comment=Joplin for Desktop
|
||||
Exec=/home/earne/.joplin/Joplin.AppImage
|
||||
Icon=joplin
|
||||
StartupWMClass=Joplin
|
||||
Type=Application
|
||||
Categories=Office;
|
Loading…
Reference in New Issue