Merge branch 'master' of github.com:ahub2/dotfiles

master
Alex Hubbard 2023-03-26 13:15:56 -05:00
commit 6d9227ec19
2 changed files with 5 additions and 19 deletions

View File

@ -2,19 +2,12 @@
alias ls="ls -hN --color=auto --group-directories-first" alias ls="ls -hN --color=auto --group-directories-first"
alias wget='wget --hsts-file ~/.config/wget/wget-hsts' alias wget='wget --hsts-file ~/.config/wget/wget-hsts'
#git #command fixes
alias gs='git status | less' alias ssh="TERM=xterm-256color ssh" #fix issues with TERM=foot not being defined by terminfo
alias distrobox='TERM=xterm-256color distrobox'
#xbps
#alias xi='sudo xbps-install'
#alias xq='xbps-query'
#alias xr='sudo xbps-remove'
alias vim='nvim' alias vim='nvim'
alias mbsync="mbsync -c $HOME/.config/mbsync/config" alias mbsync="mbsync -c $HOME/.config/mbsync/config"
#alias setwp='wal -s -t -e -i '
#shortend commands #shortend commands
alias btc='bluetoothctl' alias btc='bluetoothctl'
@ -27,12 +20,6 @@ alias sfe='$EDITOR ~/.config/sfeed/sfeedrc'
#alias mocp='mocp -M ~/.config/moc/' #-T transparent-background' #alias mocp='mocp -M ~/.config/moc/' #-T transparent-background'
#alias glrun='proot -r ~/.local/share/void-glibc -b /home/' #alias glrun='proot -r ~/.local/share/void-glibc -b /home/'
alias mpvyl='mpv --ytdl-format=18 '
#system power
#alias poweroff='sudo poweroff'
#alias reboot='sudo reboot'
#alias shutdown='sudo shutdown'
#programs #programs
alias trc="tremc -c @$TRNS_IP:9091" alias trc="tremc -c @$TRNS_IP:9091"
@ -40,12 +27,11 @@ alias pm='pulsemixer'
#Youtube #Youtube
alias yv='pipe-viewer --resolution=480p' alias yv='pipe-viewer --resolution=480p'
alias yd='youtube-dl' alias yd='yt-dlp'
#dotfiles configuration alias #dotfiles configuration alias
alias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
alias distrobox='TERM=xterm-256color distrobox'
note() { note() {
NOTEFILE="$HOME/.cache/notes" NOTEFILE="$HOME/.cache/notes"

@ -1 +1 @@
Subproject commit 28c1d9774aa1dd0f0a61f8b01b49553464da1750 Subproject commit ec900a7324d0f19e4ee3878dd5ea3a77048a4064