Skip to content

Commit

Permalink
feat(aliases): copy copy
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Oct 12, 2023
1 parent e223b95 commit ea3bcb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/shell/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ alias .='pwd'
# Edit something
alias e="$EDITOR"

# Read the file
# Read file
alias r='bat'

# General
Expand All @@ -29,6 +29,7 @@ alias ct='cargo test'
alias m='make'
alias o='xdg-open'
alias vimdiff='nvim -d'
alias clip='xclip -selection clipboard'
alias bash='SHELL=bash bash'
alias zsh='SHELL=zsh zsh'
alias fish='SHELL=fish fish'
Expand Down

0 comments on commit ea3bcb8

Please sign in to comment.