diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-09-07 08:52:44 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-09-07 08:52:44 +0200 |
| commit | c27ec9af26ee58d10c8a4120eb30ea30ed3e48dd (patch) | |
| tree | ea6468cef43a4c7b61c1d6c1f198535e9204d38a /config/zsh | |
| parent | c2ef576bcf9b69059492f7b7b4dfe89eb438fe44 (diff) | |
| parent | fec8285a351a0586107fcba0d11d078d8d5cd368 (diff) | |
| download | dotfiles-c27ec9af26ee58d10c8a4120eb30ea30ed3e48dd.tar.gz dotfiles-c27ec9af26ee58d10c8a4120eb30ea30ed3e48dd.tar.bz2 dotfiles-c27ec9af26ee58d10c8a4120eb30ea30ed3e48dd.zip | |
Merge branch 'master' of cacharle.xyz:/srv/git/dotfiles
Diffstat (limited to 'config/zsh')
| -rw-r--r-- | config/zsh/.zshrc | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index 7cc7bab..0b28a0f 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -68,13 +68,6 @@ chpwd() { # shellcheck disable=SC2034,SC2039,SC3030 fignore=(o hi) # ignore extensions in autocomplete -# pluggins -# shellcheck source=/dev/null -. "$XDG_DATA_HOME/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" # prompt syntax highlight - -export YSU_MESSAGE_POSITION="after" # you-should-use message after command output -. "$XDG_DATA_HOME/zsh/zsh-you-should-use/you-should-use.plugin.zsh" # alias reminder - # set tab to 4 spaces tabs 4 @@ -82,3 +75,14 @@ GPG_TTY=$(tty) # fixing gpg fatal error about tty export GPG_TTY export BAT_THEME='gruvbox-dark' # gruvbox theme for bat (fancy cat) + +# pluggins +# shellcheck source=/dev/null +. "$XDG_DATA_HOME/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" # prompt syntax highlight + +export YSU_MESSAGE_POSITION="after" # you-should-use message after command output +. "$XDG_DATA_HOME/zsh/zsh-you-should-use/you-should-use.plugin.zsh" # alias reminder + +# install pkgfile package on Arch Linux +# run `pkgfile --update` +. /usr/share/doc/pkgfile/command-not-found.zsh |
