1 Star 0 Fork 0

CoderL/sway-install

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.bashrc 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
用Rcc 提交于 2023-09-21 09:08 . 初始化代码仓库
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
ssh-agent -t 1h > "$XDG_RUNTIME_DIR/ssh-agent.env"
fi
if [[ ! -f "$SSH_AUTH_SOCK" ]]; then
source "$XDG_RUNTIME_DIR/ssh-agent.env" >/dev/null
fi
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/CoderL98/sway-install.git
git@gitee.com:CoderL98/sway-install.git
CoderL98
sway-install
sway-install
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385