eshell bang bang
This commit is contained in:
parent
56cbf0b3c1
commit
199936d7d5
|
@ -2853,10 +2853,10 @@ Let's add our own eshell prompt. and set the password cache to a significantly h
|
||||||
("less" "view-file $1")
|
("less" "view-file $1")
|
||||||
("gg" "magit-status")
|
("gg" "magit-status")
|
||||||
("clear" "clear-scrollback")
|
("clear" "clear-scrollback")
|
||||||
("!c" "eshell-previous-input 2")
|
("!!" "eshell-previous-input 2")
|
||||||
("yay" "paru $1")
|
("yay" "paru $1")
|
||||||
("yeet" "paru -Rns $1")
|
("yeet" "paru -Rns $1")
|
||||||
("nixs" "nix search nixpkgs")
|
("nixs" "nix search nixpkgs $1")
|
||||||
("myip" "curl icanhazip.com")
|
("myip" "curl icanhazip.com")
|
||||||
("ytd" "yt-dlp -o ~/Videos/%(title)s.%(ext)s")
|
("ytd" "yt-dlp -o ~/Videos/%(title)s.%(ext)s")
|
||||||
("nupg" "upgrade-nix")
|
("nupg" "upgrade-nix")
|
||||||
|
|
4
init.el
4
init.el
|
@ -1985,10 +1985,10 @@ targets."
|
||||||
("less" "view-file $1")
|
("less" "view-file $1")
|
||||||
("gg" "magit-status")
|
("gg" "magit-status")
|
||||||
("clear" "clear-scrollback")
|
("clear" "clear-scrollback")
|
||||||
("!c" "eshell-previous-input 2")
|
("!!" "eshell-previous-input 2")
|
||||||
("yay" "paru $1")
|
("yay" "paru $1")
|
||||||
("yeet" "paru -Rns $1")
|
("yeet" "paru -Rns $1")
|
||||||
("nixs" "nix search nixpkgs")
|
("nixs" "nix search nixpkgs $1")
|
||||||
("myip" "curl icanhazip.com")
|
("myip" "curl icanhazip.com")
|
||||||
("ytd" "yt-dlp -o ~/Videos/%(title)s.%(ext)s")
|
("ytd" "yt-dlp -o ~/Videos/%(title)s.%(ext)s")
|
||||||
("nupg" "upgrade-nix")
|
("nupg" "upgrade-nix")
|
||||||
|
|
Loading…
Reference in a new issue