Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export HISTFILE=~/.config/zsh/zsh_history
- export HISTSIZE=1000000
- export SAVEHIST=1000000
- 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 ..)"
- export PATH=/home/isbiltur/.local/bin:$PATH
- eval $(thefuck --alias)
- setopt APPEND_HISTORY
- setopt AUTO_CD
- setopt HIST_IGNORE_ALL_DUPS
- setopt HIST_IGNORE_SPACE
- setopt HIST_FIND_NO_DUPS
- setopt HIST_EXPIRE_DUPS_FIRST
- setopt HIST_REDUCE_BLANKS
- setopt HIST_IGNORE_DUPS
- setopt HIST_VERIFY
- #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)"'
- source ~/.config/zsh/zcompdump
- source ~/.config/zsh/zsh_aliases
- setopt autocd extendedglob nomatch notify
- unsetopt beep
- bindkey -v
- _comp_options+=(globdots)
- autoload -Uz compinit
- compinit
- source /home/isbiltur/.config/zsh/plugins/fzf-tab/fzf-tab.plugin.zsh
- source /home/isbiltur/.config/zsh/plugins/zsh-z/zsh-z.plugin.zsh
- source /home/isbiltur/.config/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
- source /home/isbiltur/.config/zsh/plugins/zsh-autopair/autopair.zsh
- source /home/isbiltur/.config/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
- source /home/isbiltur/.config/zsh/plugins/agkozak-zsh-prompt/agkozak-zsh-prompt.plugin.zsh
- source /home/isbiltur/.config/zsh/plugins/doas-zsh-plugin/doas.plugin.zsh
- source /home/isbiltur/.config/zsh/plugins/dirhistory/dirhistory.plugin.zsh
- source /home/isbiltur/.config/zsh/plugins/zsh-fzf-history-search/zsh-fzf-history-search.plugin.zsh
- #source /home/isbiltur/.config/zsh/plugins/git-prompt.zsh/examples/default.zsh
- AGKOZAK_LEFT_PROMPT_ONLY=1
- #AGKOZAK_PROMPT_CHAR=( )
- AGKOZAK_PROMPT_CHAR=( )
- #AGKOZAK_PROMPT_CHAR=( )
- #AGKOZAK_PROMPT_CHAR=( )
- #AGKOZAK_PROMPT_CHAR=( )
- #AGKOZAK_PROMPT_CHAR=( ❯ ❯ )
- AGKOZAK_COLORS_PROMPT_CHAR=#FF00FF
- AGKOZAK_COLORS_PATH=#ffffff
- #AGKOZAK_COLORS_PATH=#7EA3FE
- #AGKOZAK_COLORS_PATH=#0084FF
- AGKOZAK_USER_HOST_DISPLAY=0
- AGKOZAK_MULTILINE=1
- #AGKOZAK_PROMPT_DIRTRIM_STRING=$'\u2026'
- AGKOZAK_CMD_EXEC_TIME=100000
- #AGKOZAK_CMD_EXEC_TIME_CHARS=( ' ' '' )
- #AGKOZAK_COLORS_CMD_EXEC_TIME=#39CF78
- AGKOZAK_CUSTOM_SYMBOLS=( '⇣⇡' '⇣' '⇡' '+' 'x' '!' '>' '?' 'S')
- AGKOZAK_PROMPT_DIRTRIM=2
- AGKOZAK_COLORS_BRANCH_STATUS=#667A92
- AGKOZAK_BLANK_LINES=1
- #AGKOZAK_CUSTOM_RPROMPT+='%F{32}%*'
- #macchina
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement