chore: enable quick tab-switch for firefox

This commit is contained in:
Swarsel 2024-07-17 04:16:22 +02:00
parent 2a2a93e5b0
commit 3415c8b0cb
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 878 additions and 516 deletions

View file

@ -721,7 +721,7 @@ programs.zsh = {
c="git --git-dir=$HOME/.dotfiles/.git --work-tree=$HOME/.dotfiles/";
passpush = "cd ~/.local/share/password-store; git add .; git commit -m 'pass file changes'; git push; cd -;";
passpull = "cd ~/.local/share/password-store; git pull; cd -;";
hotspot = "nmcli connection up local; nmcli device wifi hotspot password 12345678;";
hotspot = "nmcli connection up local; nmcli device wifi hotspot;";
cd="z";
cdr = "cd \"$( (find /home/swarsel/Documents/GitHub -maxdepth 1 && echo /home/swarsel/.dotfiles) | fzf )\"";
};