mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
changed my terminal to alacritty and my fetch program to macchina as well as removing -q 720 from anicli
This commit is contained in:
@@ -29,7 +29,7 @@ alias ls="exa -lag --icons"
|
||||
alias upload="~/.config/script/upload.sh"
|
||||
alias vim="nvim"
|
||||
alias cat="bat"
|
||||
alias anime="~/repos/ani-cli/ani-cli -q '720'"
|
||||
alias anime="~/repos/ani-cli/bin/ani-cli"
|
||||
alias hentai="~/repos/and-scripts/fap-cli"
|
||||
alias manga="manga-cli"
|
||||
alias yt="~/repos/ytfzf/ytfzf --thumb-viewer='kitty' -t"
|
||||
@@ -52,14 +52,14 @@ export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
|
||||
alias wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts"
|
||||
export XCOMPOSECACHE="${XDG_CACHE_HOME}"/X11/xcompose
|
||||
export SSB_HOME="$XDG_DATA_HOME"/zoom
|
||||
compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION"
|
||||
#compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION"
|
||||
export HISTFILE="$XDG_STATE_HOME"/zsh/history
|
||||
export ZDOTDIR="$HOME"/.config/zsh
|
||||
|
||||
|
||||
#alias mv="mvg -g"
|
||||
alias cp="xcp"
|
||||
neofetch
|
||||
macchina
|
||||
[ -f ~/.zsh/.fzf.zsh ] && source ~/.zsh/.fzf.zsh
|
||||
export PATH=$PATH:/home/mrfluffy/.spicetify
|
||||
eval "$(zoxide init zsh)"
|
||||
|
||||
Reference in New Issue
Block a user