diff options
| author | Maciej Sobkowski <maciej.sobkowski@nokia.com> | 2015-07-02 13:52:25 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciej.sobkowski@nokia.com> | 2015-07-02 13:52:25 +0200 |
| commit | 0d9fcf8df448db25e8b805b9812f44314ea89936 (patch) | |
| tree | b7392df7b20d18e4305322644dc4e03edab83ed4 /bash/.bash/aliases/generic.bash | |
| parent | 4d87c1d86db2518cc561a008e6315a0897e70ea6 (diff) | |
Added Bash configuration
Diffstat (limited to 'bash/.bash/aliases/generic.bash')
| -rw-r--r-- | bash/.bash/aliases/generic.bash | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/.bash/aliases/generic.bash b/bash/.bash/aliases/generic.bash new file mode 100644 index 0000000..ea98e25 --- /dev/null +++ b/bash/.bash/aliases/generic.bash @@ -0,0 +1,5 @@ +alias clr="clear" +alias cls="clear" +alias c="clear" +alias v="vim" +alias ..="cd .." |
