cleanup aliasrc some. add alias for ssh to set TERM to value that fixes
issues when sshed into webserver update scripts versionmaster
parent
a284409206
commit
f21f9f94d3
|
@ -2,19 +2,12 @@
|
|||
alias ls="ls -hN --color=auto --group-directories-first"
|
||||
alias wget='wget --hsts-file ~/.config/wget/wget-hsts'
|
||||
|
||||
#git
|
||||
alias gs='git status | less'
|
||||
|
||||
#xbps
|
||||
#alias xi='sudo xbps-install'
|
||||
#alias xq='xbps-query'
|
||||
#alias xr='sudo xbps-remove'
|
||||
|
||||
#command fixes
|
||||
alias ssh="TERM=xterm-256color ssh" #fix issues with TERM=foot not being defined by terminfo
|
||||
alias distrobox='TERM=xterm-256color distrobox'
|
||||
alias vim='nvim'
|
||||
alias mbsync="mbsync -c $HOME/.config/mbsync/config"
|
||||
|
||||
#alias setwp='wal -s -t -e -i '
|
||||
|
||||
#shortend commands
|
||||
alias btc='bluetoothctl'
|
||||
|
||||
|
@ -27,12 +20,6 @@ alias sfe='$EDITOR ~/.config/sfeed/sfeedrc'
|
|||
|
||||
#alias mocp='mocp -M ~/.config/moc/' #-T transparent-background'
|
||||
#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
|
||||
alias trc="tremc -c @$TRNS_IP:9091"
|
||||
|
@ -40,12 +27,11 @@ alias pm='pulsemixer'
|
|||
|
||||
#Youtube
|
||||
alias yv='pipe-viewer --resolution=480p'
|
||||
alias yd='youtube-dl'
|
||||
alias yd='yt-dlp'
|
||||
|
||||
#dotfiles configuration alias
|
||||
alias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||
|
||||
alias distrobox='TERM=xterm-256color distrobox'
|
||||
|
||||
note() {
|
||||
NOTEFILE="$HOME/.cache/notes"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1dd3dd9c62a208b5deb919e6e901cd5b7848fd45
|
||||
Subproject commit 29aca47aa36ab302c4a395789208e46c7b223654
|
Loading…
Reference in New Issue