From 4fe3034ff80142032d35c9dfda56666ee3ede715 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 11 Jan 2019 00:17:51 -0500 Subject: Add cashrc --- home/.config/cash/cashrc | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 home/.config/cash/cashrc diff --git a/home/.config/cash/cashrc b/home/.config/cash/cashrc new file mode 100644 index 00000000..cefa0321 --- /dev/null +++ b/home/.config/cash/cashrc @@ -0,0 +1,36 @@ +set -o noclobber -o nounset -o vi + +systemPath=$PATH +PATH=/sbin:/bin:/opt/pkg/sbin:/opt/pkg/bin:/usr/local/sbin:/usr/local/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/sbin:/usr/bin:~/.local/sbin:~/.local/bin:/usr/games +CDPATH=:$HOME + +export PAGER=less +export MANSECT=2:3:1:8:6:5:7:4:9 +export EDITOR=vim +if type nvim > /dev/null; then + EDITOR=nvim + alias vim=nvim + export MANPAGER="nvim -c 'set ft=man' -" +fi +export GIT_EDITOR=$EDITOR +export CLICOLOR=1 +export GPG_TTY=$(tty) +export NETHACKOPTIONS='pickup_types:$!?+/=, color, DECgraphics' + +alias ls='ls -p' +alias ll='ls -lh' +if [ "$(uname)" = 'Linux' ]; then + alias ls='ls --color=auto' grep='grep --color' rm='rm -I' +fi +alias bc='bc -l' +alias gs='git status --short --branch || ls' gd='git diff' +alias gsh='git show' gl='git log --graph --pretty=log' +alias gco='git checkout' gb='git branch' gm='git merge' gst='git stash' +alias ga='git add' gmv='git mv' grm='git rm' +alias gc='git commit' gca='gc --amend' gt='git tag' +alias gp='git push' gu='git pull' gf='git fetch' +alias gr='git rebase' gra='gr --abort' grc='gr --continue' grs='gr --skip' +alias rand='openssl rand -base64 33' +alias private='eval "$(gpg -d ~/.private)"' + +RPS1='\W' -- cgit 1.4.1 option value='committer'>committer
path: root/bin/catsh/input.h (unfollow)
Commit message (Expand)Author
2019-06-07Add variables to bitJune McEnroe
2019-06-05Add A Closed and Common OrbitJune McEnroe
2019-06-02Add RebornJune McEnroe
2019-05-30Add bit to bin.7June McEnroe
2019-05-30Simplify and build bitJune McEnroe
2019-05-29Add xx -p optionJune McEnroe
2019-05-27Add FrontierJune McEnroe
2019-05-27Break nicks with ZWNJJune McEnroe
2019-05-26Add DawnJune McEnroe
2019-05-20Declare vasprintf(3) for GNUJune McEnroe
2019-05-20Fix comparison warning in ttpreJune McEnroe
2019-05-20Add AuthorityJune McEnroe
2019-05-19Specify precedence of unary versions of operatorsJune McEnroe
2019-05-18Add compound assignment operators to orderJune McEnroe
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
2019-05-10Use val instead of suboptargJune McEnroe
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe