home(alex): fix tramp connection
This commit is contained in:
parent
730c5e0c71
commit
5917cfdc92
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
|
|
||||||
|
initContent = ''
|
||||||
|
[ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
|
||||||
|
'';
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue