Compare commits
12 Commits
63a75819d0
...
49f4279278
Author | SHA1 | Date | |
---|---|---|---|
49f4279278 | |||
76a1cadae6 | |||
79fe8e4e77 | |||
8676901a7e | |||
3f0ccd5ede | |||
|
dbdf8e9d66 | ||
|
9033d56a42 | ||
|
3b0dcae85b | ||
|
32c7d433b8 | ||
|
c2e32640e6 | ||
|
c1cf5eb0c6 | ||
e0d77f9e7c |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
vim/bundle/*
|
||||
!vim/bundle/Vundle.vim
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "vim/bundle/Vundle.vim"]
|
||||
path = vim/bundle/Vundle.vim
|
||||
url = https://github.com/VundleVim/Vundle.vim
|
13
bashrc
13
bashrc
@ -16,8 +16,8 @@ HISTCONTROL=ignoreboth
|
||||
shopt -s histappend
|
||||
|
||||
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
||||
HISTSIZE=1000
|
||||
HISTFILESIZE=2000
|
||||
HISTSIZE=5000
|
||||
HISTFILESIZE=5000
|
||||
|
||||
# check the window size after each command and, if necessary,
|
||||
# update the values of LINES and COLUMNS.
|
||||
@ -93,7 +93,7 @@ fi
|
||||
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||
|
||||
# some more ls aliases
|
||||
alias ll='ls -alF'
|
||||
alias ll='ls -alFrth'
|
||||
alias la='ls -A'
|
||||
alias l='ls -CF'
|
||||
|
||||
@ -126,13 +126,16 @@ if [ -x /usr/bin/mint-fortune ]; then
|
||||
fi
|
||||
|
||||
alias ..='cd ..'
|
||||
alias 2..='cd ../..'
|
||||
alias 3..='cd ../../..'
|
||||
alias vi='vim'
|
||||
alias clc='clear'
|
||||
alias a='acpi'
|
||||
alias su='sudo -i'
|
||||
#alias matlab='matlab -nodesktop'
|
||||
alias gist='git status'
|
||||
alias src='source ~/.bashrc'
|
||||
alias apt=nala
|
||||
alias sudo='sudo '
|
||||
#cd ~
|
||||
|
||||
#export SHELL=gnome-terminal
|
||||
PATH=$PATH:/snap/bin
|
||||
|
@ -1 +0,0 @@
|
||||
system-run.svg
|
@ -1 +0,0 @@
|
||||
dialog-ok-apply.svg
|
@ -1 +0,0 @@
|
||||
run-build.svg
|
@ -1 +0,0 @@
|
||||
dialog-error.svg
|
@ -1 +0,0 @@
|
||||
database-index.svg
|
@ -1 +0,0 @@
|
||||
appointment-new.svg
|
@ -1 +0,0 @@
|
||||
folder-new.svg
|
@ -1 +0,0 @@
|
||||
tag.svg
|
@ -1 +0,0 @@
|
||||
fork.svg
|
@ -1 +0,0 @@
|
||||
im-user.svg
|
@ -1 +0,0 @@
|
||||
archive-insert.svg
|
@ -1 +0,0 @@
|
||||
archive-insert-directory.svg
|
@ -1 +0,0 @@
|
||||
flag-red.svg
|
@ -1 +0,0 @@
|
||||
list-add.svg
|
@ -1 +0,0 @@
|
||||
address-book-new.svg
|
@ -1 +0,0 @@
|
||||
address-book-new.svg
|
@ -1 +0,0 @@
|
||||
cm_runterm.svg
|
@ -1 +0,0 @@
|
||||
folder-new.svg
|
@ -1 +0,0 @@
|
||||
document-import.svg
|
@ -1 +0,0 @@
|
||||
folder-new.svg
|
@ -1 +0,0 @@
|
||||
configure.svg
|
@ -1 +0,0 @@
|
||||
edit-delete.svg
|
@ -1 +0,0 @@
|
||||
x-clementine-artist.svg
|
@ -1 +0,0 @@
|
||||
flag.svg
|
@ -1 +0,0 @@
|
||||
appointment-new.svg
|
@ -1 +0,0 @@
|
||||
view-media-lyrics.svg
|
@ -1 +0,0 @@
|
||||
view-statistics.svg
|
@ -1 +0,0 @@
|
||||
view-media-playlist.svg
|
@ -1 +0,0 @@
|
||||
view-refresh.svg
|
@ -1 +0,0 @@
|
||||
cm_runterm.svg
|
@ -1 +0,0 @@
|
||||
tool-animator.svg
|
@ -1 +0,0 @@
|
||||
dialog-ok.svg
|
@ -1 +0,0 @@
|
||||
dialog-ok.svg
|
@ -1 +0,0 @@
|
||||
document-properties.svg
|
@ -1 +0,0 @@
|
||||
format-justify-fill.svg
|
@ -1 +0,0 @@
|
||||
appointment-new.svg
|
@ -1 +0,0 @@
|
||||
games-achievements.svg
|
@ -1 +0,0 @@
|
||||
cm_extractfiles.svg
|
@ -1 +0,0 @@
|
||||
folder-new.svg
|
@ -1 +0,0 @@
|
||||
document-new.svg
|
@ -1 +0,0 @@
|
||||
action-unavailable.svg
|
@ -1 +0,0 @@
|
||||
pan-down.svg
|
@ -1 +0,0 @@
|
||||
media-seek-backward.svg
|
@ -1 +0,0 @@
|
||||
pan-start.svg
|
@ -1 +0,0 @@
|
||||
media-seek-forward.svg
|
@ -1 +0,0 @@
|
||||
pan-end.svg
|
@ -1 +0,0 @@
|
||||
pan-up.svg
|
@ -1 +0,0 @@
|
||||
edit-select.svg
|
@ -1 +0,0 @@
|
||||
format-text-italic.svg
|
@ -1 +0,0 @@
|
||||
kdenlive-hide-audio.svg
|
@ -1 +0,0 @@
|
||||
kdenlive-show-audio.svg
|
@ -1 +0,0 @@
|
||||
zoom-fit-best.svg
|
@ -1 +0,0 @@
|
||||
zoom-fit-width.svg
|
@ -1 +0,0 @@
|
||||
zoom-fit-height.svg
|
@ -1 +0,0 @@
|
||||
go-previous.svg
|
@ -1 +0,0 @@
|
||||
code-block.svg
|
@ -1 +0,0 @@
|
||||
view-presentation.svg
|
@ -1 +0,0 @@
|
||||
address-book-new.svg
|
@ -1 +0,0 @@
|
||||
format-line-spacing-triple.svg
|
@ -1 +0,0 @@
|
||||
plugins.svg
|
@ -1 +0,0 @@
|
||||
mail-send.svg
|
@ -1 +0,0 @@
|
||||
dialog-ok-apply.svg
|
@ -1 +0,0 @@
|
||||
process-stop.svg
|
@ -1 +0,0 @@
|
||||
color-picker.svg
|
@ -1 +0,0 @@
|
||||
document-properties.svg
|
@ -1 +0,0 @@
|
||||
./bookmark-new.svg
|
@ -1 +0,0 @@
|
||||
./bookmark-new.svg
|
@ -1 +0,0 @@
|
||||
view-list-details.svg
|
@ -1 +0,0 @@
|
||||
./bookmark-new.svg
|
@ -1 +0,0 @@
|
||||
bookmarks.svg
|
@ -1 +0,0 @@
|
||||
bookmark-new.svg
|
@ -1 +0,0 @@
|
||||
./bookmark-new.svg
|
@ -1 +0,0 @@
|
||||
bookmark-new.svg
|
@ -1 +0,0 @@
|
||||
format-border-style.svg
|
@ -1 +0,0 @@
|
||||
go-bottom.svg
|
@ -1 +0,0 @@
|
||||
draw-rectangle.svg
|
@ -1 +0,0 @@
|
||||
list-add.svg
|
@ -1 +0,0 @@
|
||||
list-add.svg
|
@ -1 +0,0 @@
|
||||
./go-up.svg
|
@ -1 +0,0 @@
|
||||
run-build.svg
|
@ -1 +0,0 @@
|
||||
edit-delete.svg
|
@ -1 +0,0 @@
|
||||
edit-delete.svg
|
@ -1 +0,0 @@
|
||||
./go-down.svg
|
@ -1 +0,0 @@
|
||||
document-save.svg
|
@ -1 +0,0 @@
|
||||
view-grid.svg
|
@ -1 +0,0 @@
|
||||
window-close.svg
|
@ -1 +0,0 @@
|
||||
object-select.svg
|
@ -1 +0,0 @@
|
||||
cm_extractfiles.svg
|
@ -1 +0,0 @@
|
||||
mail-thread-watch.svg
|
@ -1 +0,0 @@
|
||||
dialog-messages.svg
|
@ -1 +0,0 @@
|
||||
window-close.svg
|
@ -1 +0,0 @@
|
||||
dialog-cancel.svg
|
@ -1 +0,0 @@
|
||||
tools-media-optical-format.svg
|
@ -1 +0,0 @@
|
||||
document-edit.svg
|
@ -1 +0,0 @@
|
||||
table.svg
|
@ -1 +0,0 @@
|
||||
format-text-larger.svg
|
@ -1 +0,0 @@
|
||||
dialog-ok-apply.svg
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user