Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
597 B

  1. #!/usr/bin/zsh
  2. alias feh="feh --scale-down --auto-zoom"
  3. alias idea="/home/yigit/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-0/201.7223.91/bin/idea.sh"
  4. alias lights_off="curl 'http://yeetclock/setcolor?R=2000&G=10&B=000&O=0'"
  5. alias open=xdg-open
  6. alias rm="rm -i"
  7. alias clip="xclip -selection clipboard"
  8. alias g="git "
  9. alias t="TERM=screen-256color-bce tmux"
  10. alias tn="TERM=screen-256color-bce tmux new -s "
  11. alias tat="TERM=screen-256color-bce tmux a -t "
  12. alias yain="yay -Syu "
  13. alias ls="ls --color"
  14. # Suffix aliases
  15. alias -g G=" | rg"
  16. alias gshh="gcloud cloud-shell ssh --authorize-session"