Files
2026-05-22 15:21:21 +08:00

23 lines
508 B
Bash

PS1='[%n@%m %1~]%# '
alias t="clear;exit"
alias cc="clear"
alias duf="duf --only local"
alias ls="ls --color=auto"
source ~/.local/bin/.bashrc
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
autoload -Uz compinit
compinit
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
setopt APPEND_HISTORY
setopt SHARE_HISTORY
bindkey '^[[1;5D' backward-word
bindkey '^[[1;5C' forward-word
cd /file
clear