fish: avoid `alias cat` for completion

This commit is contained in:
Hoang Nguyen 2021-03-05 00:47:43 +03:00
parent 4c6fdbceb2
commit 475a804e96
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
3 changed files with 3 additions and 3 deletions

View File

@ -383,7 +383,7 @@ alias myip="curl ipinfo.io/geo"
alias latest_pkg="expac --timefmt='%Y-%m-%d %T' '%l\t%n' | sort | tail -n 30"
alias yarn="yarn --use-yarnrc $XDG_CONFIG_HOME/yarn/config"
alias tmux="TERM=screen-256color tmux"
alias cat="bat --style plain --color=always"
alias catc="bat --style plain --color=always"
alias startx="startx $HOME/.config/X11/xinitrc"
alias fehwpp="feh --no-fehbg --bg-fill --randomize ~/Pictures/Wallpapers/*"
# colorizing

View File

@ -20,7 +20,7 @@ abbr no 'grep -viP'
abbr latest_pkg "expac --timefmt='%Y-%m-%d %T' '%l\t%n' | sort | tail -n 30"
alias yarn='yarn --use-yarnrc $HOME/.config/yarn/config'
abbr tmux 'TERM=screen-256color command tmux'
alias cat='bat --style plain --color=always'
alias catc='bat --style plain --color=always'
alias myip='curl ipinfo.io/geo'
# colorizing
alias grep='grep --color=auto'

View File

@ -15,7 +15,7 @@ alias wttr="curl wttr.in"
alias latest_pkg="expac --timefmt='%Y-%m-%d %T' '%l\t%n' | sort | tail -n 30"
alias yarn="yarn --use-yarnrc $HOME/.config/yarn/config"
alias tmux="TERM=screen-256color tmux"
alias cat="bat --style plain --color=always"
alias catc="bat --style plain --color=always"
alias myip="curl ipinfo.io/geo"
# colorizing
alias grep="grep --color=auto"