Compare commits

..

No commits in common. "d18a035f9422ed56dbf09364b420eb11d8d1c77f" and "873d78021e65350385f0cb7391d833ad63436230" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

@ -63,7 +63,3 @@ bindkey ' ' magic-space
# [ctrl+space] Accept suggestion from zsh-autosuggestions plugin
bindkey '^ ' autosuggest-accept
# [Ctrl-xe] - open buffer line in editor
autoload -Uz edit-command-line
zle -N edit-command-line
bindkey '^X^e' edit-command-line

View file

@ -32,15 +32,12 @@ Architecture = auto
#UseSyslog
Color
#NoProgressBar
PrettyProgressBar
#ILoveCandy
CheckSpace
VerbosePkgLists
ParallelDownloads = 8
DownloadUser = alpm
#DisableSandbox
#DisableSandboxFilesystem
#DisableSandboxSyscalls
#ILoveCandy
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.