add bash config

This commit is contained in:
Julin S 2021-09-29 23:14:12 +05:30
parent 0af1a2f8e4
commit fba18da432
3 changed files with 17 additions and 0 deletions

10
bash/.bashrc Normal file
View File

@ -0,0 +1,10 @@
# Set primary prompt
PS1='fam@ubu:\w\$ '
# Ubuntu aliases
alias ll='ls -alF'
# More aliases
alias tmux='tmux -u'
alias calsh='bash /home/calsh.sh'
alias sml='rlwrap sml'

2
bash/.profile Normal file
View File

@ -0,0 +1,2 @@
# z-eyes
~/z-eyes.sh &

View File

@ -85,6 +85,11 @@
;; Enable org mode
(org-mode)
;
;; Don't split line when doing M-RET at an item to make new item
; https://irreal.org/blog/?p=6297
(setq org-M-RET-may-split-line '((default . nil)))
;(setq org-M-RET-may-split-line nil)
;
;; States
; https://orgmode.org/manual/Workflow-states.html
;