config: create full bash compatibility
This commit is contained in:
parent
6e29950368
commit
797e1fd2d8
|
@ -1,5 +1,8 @@
|
|||
source ~/.config/shell/functions
|
||||
|
||||
_git_prompt=/usr/share/git/completion/git-prompt.sh
|
||||
test -f $_git_prompt && source $_git_prompt
|
||||
|
||||
# ls aliases
|
||||
|
||||
alias ll='ls -alF'
|
||||
|
|
|
@ -41,6 +41,7 @@ link python /usr/bin/python3
|
|||
link fdfind /usr/bin/fd
|
||||
link batcat /usr/bin/bat
|
||||
link "$HOME/.ssh/config" "$XDG_CONFIG_HOME/ssh"
|
||||
link .bash_aliases "$HOME/.bashrc"
|
||||
|
||||
highlight "SSH Permissions"
|
||||
chmod og= "$HOME/.ssh" -R
|
||||
|
|
Loading…
Reference in New Issue