dotfiles/bashrc

21 lines
498 B
Bash
Raw Normal View History

2021-12-17 23:02:45 -05:00
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
alias nv=nvim
2022-04-21 21:04:16 -04:00
alias r="urxvt -name Ranger -e ranger & disown"
2021-12-17 23:02:45 -05:00
alias kssh="/usr/bin/kitty +kitten ssh"
neofetch
# BEGIN_KITTY_SHELL_INTEGRATION
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
# END_KITTY_SHELL_INTEGRATION