Merge branch 'main' of github.com:JohnCosta27/dotfiles
This commit is contained in:
@ -13,6 +13,7 @@ alias v='nvim'
|
|||||||
alias lg='lazygit'
|
alias lg='lazygit'
|
||||||
alias p='pnpm'
|
alias p='pnpm'
|
||||||
alias px='pnpx'
|
alias px='pnpx'
|
||||||
|
alias s='tmux new-session -c $(bash ~/Code/dotfiles/Scripts/StartWork.bash && cat ~/.startwork.txt | fzf)'
|
||||||
|
|
||||||
## Environment setup
|
## Environment setup
|
||||||
# Apply .profile
|
# Apply .profile
|
||||||
@ -99,7 +100,8 @@ alias lt='exa -aT --color=always --group-directories-first --icons' # tree listi
|
|||||||
alias l.="exa -a | egrep '^\.'" # show only dotfiles
|
alias l.="exa -a | egrep '^\.'" # show only dotfiles
|
||||||
|
|
||||||
# Replace some more things with better alternatives
|
# Replace some more things with better alternatives
|
||||||
alias cat='bat --style header --style rules --style snip --style changes --style header'
|
# alias cat='bat --style header --style rules --style snip --style changes --style header'
|
||||||
|
alias bat='bat --style header --style rules --style snip --style changes --style header'
|
||||||
[ ! -x /usr/bin/yay ] && [ -x /usr/bin/paru ] && alias yay='paru --bottomup'
|
[ ! -x /usr/bin/yay ] && [ -x /usr/bin/paru ] && alias yay='paru --bottomup'
|
||||||
|
|
||||||
# Common use
|
# Common use
|
||||||
|
Reference in New Issue
Block a user