diff --git a/zsh/tomorrownight/.zshrc b/zsh/tomorrownight/.zshrc index 3c6518d..91a9d23 100644 --- a/zsh/tomorrownight/.zshrc +++ b/zsh/tomorrownight/.zshrc @@ -38,6 +38,7 @@ alias neofetch="clear && neofetch" alias fastfetch="clear && fastfetch" alias audio-dlp="yt-dlp -f \"bestaudio\" --extract-audio --audio-format vorbis" alias hfnn="fc -ln 0" +alias psrc="/usr/pkg/bin/bmake package-install" alias cmd="command" alias fetch="fastfetch" alias copy="wl-copy" @@ -139,7 +140,8 @@ alias llama2="~/LLaMa2/llama.cpp/main -m ~/LLaMa2/llama.cpp/models/llama-2-13b-c BAT_PAGER="" # Terminal Emulator -export TERM=foot +#export TERM=foot +export TERM=xterm-256color # Configuration Directory export XDG_CONFIG_DIR="$HOME/.config"