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 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 1dd3dd9c62a208b5deb919e6e901cd5b7848fd45
|
Subproject commit 29aca47aa36ab302c4a395789208e46c7b223654
|
Loading…
Reference in New Issue