Configure for .stowrc
This commit is contained in:
parent
e58bb4c0a0
commit
1091129506
132 changed files with 4 additions and 18 deletions
6
slackware/home/bash/.bash_profile
Normal file
6
slackware/home/bash/.bash_profile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# ~/.bash_profile
|
||||
#
|
||||
# Get the aliases and functions
|
||||
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
23
slackware/home/bash/.bashrc
Normal file
23
slackware/home/bash/.bashrc
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# .bashrc
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias vlime='sbcl --load ~/.vim/plugins/vlime/lisp/start-vlime.lisp'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
alias screenfetch='clear && screenfetch -t'
|
||||
export DISPLAY=:0
|
||||
export LIBGL_ALWAYS_INDIRECT=1
|
||||
export FZF_DEFAULT_COMMAD="find -L"
|
||||
export PATH="$PATH:/opt/mssql-tools/bin:/home/green/.local/bin"
|
||||
|
||||
stty -ixon # disable ctrl-s terminal freeze
|
||||
|
||||
# Enable GPG ssh auth
|
||||
|
||||
#export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
#gpgconf --launch gpg-agent
|
||||
|
||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue