Advertisement
Guest User

Untitled

a guest
Jun 15th, 2022
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. export HISTFILE=~/.config/zsh/zsh_history
  2. export HISTSIZE=1000000
  3. export SAVEHIST=1000000
  4. export HISTORY_IGNORE="(ls|smi|mi3|cd3|zz|cds|cdc|idrive|ch|cd|pwd|smi|cdx|msx|mdx|cc|xx|exit|cat|msx|cdw|cdi|..|history|cd -|cd ..)"
  5.  
  6. export PATH=/home/isbiltur/.local/bin:$PATH
  7.  
  8. eval $(thefuck --alias)
  9.  
  10. setopt APPEND_HISTORY
  11. setopt AUTO_CD
  12. setopt HIST_IGNORE_ALL_DUPS
  13. setopt HIST_IGNORE_SPACE
  14. setopt HIST_FIND_NO_DUPS
  15. setopt HIST_EXPIRE_DUPS_FIRST
  16. setopt HIST_REDUCE_BLANKS
  17. setopt HIST_IGNORE_DUPS
  18. setopt HIST_VERIFY
  19.  
  20. #export MANPAGER='/bin/bash -c "vim -MRn -c \"set buftype=nofile showtabline=0 ft=man ts=8 nomod nolist norelativenumber nonu noma\" -c \"normal L\" -c \"nmap q :qa<CR>\"</dev/tty <(col -b)"'
  21.  
  22. source ~/.config/zsh/zcompdump
  23. source ~/.config/zsh/zsh_aliases
  24.  
  25. setopt autocd extendedglob nomatch notify
  26. unsetopt beep
  27. bindkey -v
  28.  
  29. _comp_options+=(globdots)
  30.  
  31. autoload -Uz compinit
  32. compinit
  33.  
  34. source /home/isbiltur/.config/zsh/plugins/fzf-tab/fzf-tab.plugin.zsh
  35. source /home/isbiltur/.config/zsh/plugins/zsh-z/zsh-z.plugin.zsh
  36. source /home/isbiltur/.config/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
  37. source /home/isbiltur/.config/zsh/plugins/zsh-autopair/autopair.zsh
  38. source /home/isbiltur/.config/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
  39. source /home/isbiltur/.config/zsh/plugins/agkozak-zsh-prompt/agkozak-zsh-prompt.plugin.zsh
  40. source /home/isbiltur/.config/zsh/plugins/doas-zsh-plugin/doas.plugin.zsh
  41. source /home/isbiltur/.config/zsh/plugins/dirhistory/dirhistory.plugin.zsh
  42. source /home/isbiltur/.config/zsh/plugins/zsh-fzf-history-search/zsh-fzf-history-search.plugin.zsh
  43. #source /home/isbiltur/.config/zsh/plugins/git-prompt.zsh/examples/default.zsh
  44.  
  45. AGKOZAK_LEFT_PROMPT_ONLY=1
  46. #AGKOZAK_PROMPT_CHAR=(    )
  47. AGKOZAK_PROMPT_CHAR=(    )
  48. #AGKOZAK_PROMPT_CHAR=(    )
  49. #AGKOZAK_PROMPT_CHAR=(    )
  50. #AGKOZAK_PROMPT_CHAR=(    )
  51. #AGKOZAK_PROMPT_CHAR=( ❯ ❯  )
  52. AGKOZAK_COLORS_PROMPT_CHAR=#FF00FF
  53. AGKOZAK_COLORS_PATH=#ffffff
  54. #AGKOZAK_COLORS_PATH=#7EA3FE
  55. #AGKOZAK_COLORS_PATH=#0084FF
  56. AGKOZAK_USER_HOST_DISPLAY=0
  57. AGKOZAK_MULTILINE=1
  58. #AGKOZAK_PROMPT_DIRTRIM_STRING=$'\u2026'
  59. AGKOZAK_CMD_EXEC_TIME=100000
  60. #AGKOZAK_CMD_EXEC_TIME_CHARS=( ' ' '' )
  61. #AGKOZAK_COLORS_CMD_EXEC_TIME=#39CF78
  62. AGKOZAK_CUSTOM_SYMBOLS=( '⇣⇡' '⇣' '⇡' '+' 'x' '!' '>' '?' 'S')
  63. AGKOZAK_PROMPT_DIRTRIM=2
  64. AGKOZAK_COLORS_BRANCH_STATUS=#667A92
  65. AGKOZAK_BLANK_LINES=1
  66. #AGKOZAK_CUSTOM_RPROMPT+='%F{32}%*'
  67.  
  68. #macchina
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement