diff options
-rw-r--r-- | .zshrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Starting message starting(){ screenfetch | lolcat - echo "Welcome, $USER" | lolcat + figlet -c Apo11o | lolcat } ### export PATH="$HOME/.emacs.d/bin:$PATH" @@ -46,9 +46,11 @@ alias ls='ls --color=auto' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' alias logout='pkill -U' -#alias neofetch='neofetch | lolcat' +alias neofetch='neofetch | lolcat' alias b='bluetoothctl' alias ba='bluetooth-autoconnect' +alias music='mocp' +alias yt="yt-dlp" #Autocompletion autoload -Uz compinit |