mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
added kitty ssh patch
This commit is contained in:
parent
783d543711
commit
ef024cc564
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@ in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -40,7 +41,6 @@ in
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
doom = "~/.emacs.d/bin/doom";
|
|
||||||
ls = "eza";
|
ls = "eza";
|
||||||
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
|
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
|
||||||
rm = "rmtrash";
|
rm = "rmtrash";
|
||||||
|
|
Loading…
Reference in a new issue