User Tools

Site Tools


zsh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
zsh [2022-05-19 17:30:35]
mi
zsh [2022-05-20 00:58:20] (current)
mi
Line 45: Line 45:
   # or    # or 
   echo "​setopt INTERACTIVE_COMMENTS"​ | sudo tee -a /etc/zshrc   echo "​setopt INTERACTIVE_COMMENTS"​ | sudo tee -a /etc/zshrc
 +
 +* fix Ctrl-U to delete left
 +
 +  echo '​bindkey \^U backward-kill-line'​ >> ~/.zshrc
 +
  
 Also try this? (https://​superuser.com/​questions/​187639/​zsh-not-hitting-profile) : Also try this? (https://​superuser.com/​questions/​187639/​zsh-not-hitting-profile) :
/docs/dokuwiki/data/attic/zsh.1652974235.txt.gz ยท Last modified: 2022-05-19 17:30:35 by mi