mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49: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 = ''
|
||||
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
'';
|
||||
|
||||
|
@ -40,7 +41,6 @@ in
|
|||
|
||||
shellAliases = {
|
||||
cat = "bat";
|
||||
doom = "~/.emacs.d/bin/doom";
|
||||
ls = "eza";
|
||||
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
|
||||
rm = "rmtrash";
|
||||
|
|
Loading…
Reference in a new issue